org-macs: Silence byte-compiler

* lisp/org-macs.el (org-save-outline-visibility): Remove unused symbol.
This commit is contained in:
Nicolas Goaziou 2016-06-21 23:02:35 +02:00
parent 3c5d215274
commit 994fe3e566
1 changed files with 1 additions and 1 deletions

View File

@ -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)