Преглед изворни кода

org.el (org-cycle): Fix misplaced autoload cookie

* org.el (org-cycle): Fix misplaced autoload cookie.
Bastien Guerry пре 13 година
родитељ
комит
ffdb6fb159
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      lisp/org.el

+ 1 - 2
lisp/org.el

@@ -6179,10 +6179,9 @@ and subscripts."
 (defvar org-cycle-subtree-status nil)
 (make-variable-buffer-local 'org-cycle-subtree-status)
 
-;;;###autoload
-
 (defvar org-inlinetask-min-level)
 
+;;;###autoload
 (defun org-cycle (&optional arg)
   "TAB-action and visibility cycling for Org-mode.