branch: externals/org-transclusion commit 134c8a645f327e585767520a3eb84d6de9555cd3 Author: Benjamin Cherry <b...@devcarbon.com> Commit: Benjamin Cherry <b...@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