Jelajahi Sumber

Fix `org-promote' error

* lisp/org.el (org-called-with-limited-levels): Initialize variable.

http://permalink.gmane.org/gmane.emacs.orgmode/90119
Nicolas Goaziou 10 tahun lalu
induk
melakukan
409913b253
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      lisp/org.el

+ 2 - 1
lisp/org.el

@@ -6720,7 +6720,8 @@ in special contexts.
       (setq org-cycle-global-status 'overview)
       (run-hook-with-args 'org-cycle-hook 'overview)))))
 
-(defvar org-called-with-limited-levels);Dyn-bound in ̀org-with-limited-levels'.
+(defvar org-called-with-limited-levels nil
+  "Non-nil when `org-with-limited-levels' is currently active.")
 
 (defun org-cycle-internal-local ()
   "Do the local cycling action."