From ffdb6fb159b0a1ac4f32749d70c511e6f7e77148 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 1 Oct 2012 17:54:24 +0200 Subject: [PATCH] org.el (org-cycle): Fix misplaced autoload cookie * org.el (org-cycle): Fix misplaced autoload cookie. --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 704c31594..1d103ff1e 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.