Quellcode durchsuchen

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

* org.el (org-cycle): Fix misplaced autoload cookie.
Bastien Guerry vor 12 Jahren
Ursprung
Commit
ffdb6fb159
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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.