[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-transclusion 134c8a645f 04/29: Namespace bounds-of-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-transclusion 134c8a645f 04/29: Namespace bounds-of-n-things-at-point |
Date: |
Mon, 8 May 2023 06:59:08 -0400 (EDT) |
branch: externals/org-transclusion
commit 134c8a645f327e585767520a3eb84d6de9555cd3
Author: Benjamin Cherry <ben@devcarbon.com>
Commit: Benjamin Cherry <ben@devcarbon.com>
Namespace bounds-of-n-things-at-point
---
org-transclusion-src-lines.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el
index bbd4d31db1..aee70ce2f9 100644
--- a/org-transclusion-src-lines.el
+++ b/org-transclusion-src-lines.el
@@ -66,7 +66,7 @@
;;; Functions
-(defun bounds-of-n-things-at-point (thing count)
+(defun org-transclusion--bounds-of-n-things-at-point (thing count)
"Return the bounds of COUNT THING (s) -at-point."
(save-excursion
(let ((bounds (bounds-of-thing-at-point thing)))
@@ -153,7 +153,7 @@ it means from line 10 to the end of file."
(save-excursion
(goto-char start-pos)
(back-to-indentation)
- (bounds-of-n-things-at-point thing-at-point
count)))))
+ (org-transclusion--bounds-of-n-things-at-point
thing-at-point count)))))
(end-pos (cond ((when thing-at-point (cdr bounds)))
((when end-search-op
(save-excursion
- [elpa] externals/org-transclusion updated (ed141838d0 -> c44071dfb5), ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 6c0352f33a 01/29: Feature: select end via n things at point., ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 35ea926477 03/29: Merge branch 'main' into feature--things-at-point, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 4881798b9d 05/29: Nil Safety, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 134c8a645f 04/29: Namespace bounds-of-n-things-at-point,
ELPA Syncer <=
- [elpa] externals/org-transclusion 310bd28b10 14/29: Augment only needed for magical enter in thing-at-point branch., ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 2bade767cb 15/29: Adapt to magic enter., ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 01a8367387 07/29: Move new-line guarentee to cover all content sources, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 2053106e73 23/29: style(org-transclusion.el): indentation, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 51cac54fed 11/29: Need newline guarentee also in content-src-lines, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 9db0791c07 18/29: refactor: remove unused let variable, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion 1146293107 26/29: Merge pull request #157 from devcarbon-com/feature--things-at-point, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion b6091cdcaa 19/29: doc: update manual for the new feature for live-sync org src block, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion b3e59a7b0a 25/29: refactor(thing-at-point): contain within src-lines.el #157, ELPA Syncer, 2023/05/08
- [elpa] externals/org-transclusion e4f96e114b 27/29: Merge branch 'dev/feature--things-at-point', ELPA Syncer, 2023/05/08