浏览代码

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

* org.el (org-cycle): Fix misplaced autoload cookie.
Bastien Guerry 12 年之前
父节点
当前提交
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.