Skip to content

Commit

Permalink
fix: Remove unused lexical variable
Browse files Browse the repository at this point in the history
In [1: f6fd666] we stopped using this lexical variable.

1: 2024-12-30 f6fd666
   fix: #177 Infinite loop when saving buffer with transclusions
  • Loading branch information
tarsius committed Jan 1, 2025
1 parent 9a49f9c commit 62817aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-transclusion.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 62817aa

Please sign in to comment.