summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-21 23:02:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-21 23:02:35 +0200
commit994fe3e566bb199200ba18ca0b84c5a018273b5b (patch)
tree5d825d4d51b47f0ea038f7c8fcf1b1fa101c17f4
parent3c5d215274e0ff237bfe69b8fa0cf84cd27031e5 (diff)
downloadorg-mode-994fe3e566bb199200ba18ca0b84c5a018273b5b.tar.gz
org-macs: Silence byte-compiler
* lisp/org-macs.el (org-save-outline-visibility): Remove unused symbol.
-rw-r--r--lisp/org-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 3cabf50..02a1323 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -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)