Преглед на файлове

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.