org.el (org-cycle): Fix misplaced autoload cookie
* org.el (org-cycle): Fix misplaced autoload cookie.
This commit is contained in:
parent
1dd42283b7
commit
ffdb6fb159
|
@ -6179,10 +6179,9 @@ and subscripts."
|
||||||
(defvar org-cycle-subtree-status nil)
|
(defvar org-cycle-subtree-status nil)
|
||||||
(make-variable-buffer-local 'org-cycle-subtree-status)
|
(make-variable-buffer-local 'org-cycle-subtree-status)
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
|
|
||||||
(defvar org-inlinetask-min-level)
|
(defvar org-inlinetask-min-level)
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun org-cycle (&optional arg)
|
(defun org-cycle (&optional arg)
|
||||||
"TAB-action and visibility cycling for Org-mode.
|
"TAB-action and visibility cycling for Org-mode.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue