Browse Source

org-macs: Silence byte-compiler

* lisp/org-macs.el (org-save-outline-visibility): Remove unused symbol.
Nicolas Goaziou 9 năm trước cách đây
mục cha
commit
994fe3e566
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
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)