branch: externals/org-transclusion commit f39a02b61328030c6e9d9c741d81be4c1b58851f Merge: bb552d2c38 62817aa11b Author: nobiot <m...@nobiot.com> Commit: GitHub <nore...@github.com>
Merge pull request #265 from tarsiiformes/fixup fix: Remove unused lexical variable --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-transclusion.el index 505cd66b6a..1f0fee31db 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -587,7 +587,7 @@ the rest of the buffer unchanged." (interactive "P") (save-restriction (let ((current-marker (move-marker (make-marker) (point))) - match removed-marker list) + match list) (unless narrowed (widen)) (goto-char (point-min)) (while (setq match (text-property-search-forward 'org-transclusion-id))