emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]