summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-01 17:54:24 +0200
committerBastien Guerry <bzg@altern.org>2012-10-01 17:54:24 +0200
commitffdb6fb159b0a1ac4f32749d70c511e6f7e77148 (patch)
treefb382f2a71efd7b5cd12ebd958ea31db7266e2f2
parent1dd42283b76c6154aeb41e456d5eace65b59584a (diff)
downloadorg-mode-ffdb6fb159b0a1ac4f32749d70c511e6f7e77148.tar.gz
org.el (org-cycle): Fix misplaced autoload cookie
* org.el (org-cycle): Fix misplaced autoload cookie.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 704c315..1d103ff 100644
--- a/lisp/org.el
+++ b/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.