mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-04 08:47:03 +00:00
org-macs: Silence byte-compiler
* lisp/org-macs.el (org-save-outline-visibility): Remove unused symbol.
This commit is contained in:
parent
3c5d215274
commit
994fe3e566
@ -296,7 +296,7 @@ but it also means that the buffer should stay alive
|
||||
during the operation, because otherwise all these markers will
|
||||
point nowhere."
|
||||
(declare (debug (form body)) (indent 1))
|
||||
(org-with-gensyms (data rtn)
|
||||
(org-with-gensyms (data)
|
||||
`(let ((,data (org-outline-overlay-data ,use-markers)))
|
||||
(unwind-protect
|
||||
(prog1 (progn ,@body)
|
||||
|
Loading…
Reference in New Issue
Block a user