summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-13 14:19:50 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-13 14:19:50 +0100
commitd5b70fa68b7e74d5b8e272a55bd4ce64cab80d42 (patch)
tree5c82d1acc5cfafdb5d2838c0d2379fc2becc4e98
parent000b943ebd2086b069dde715194358aeaf4175e3 (diff)
downloadorg-mode-d5b70fa68b7e74d5b8e272a55bd4ce64cab80d42.tar.gz
Silence byte-compiler
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index afebb20..9920cae 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -66,6 +66,7 @@
(defvar org-inhibit-highlight-removal nil) ; dynamically scoped param
(defvar-local org-table-formula-constants-local nil
"Local version of `org-table-formula-constants'.")
+(defvar org-inlinetask-min-level)
;;;; Require other packages
@@ -6820,8 +6821,6 @@ show that drawer instead."
(defvar-local org-cycle-subtree-status nil)
(put 'org-cycle-subtree-status 'org-state t)
-(defvar org-inlinetask-min-level)
-
(defun org-show-all (&optional types)
"Show all contents in the visible part of the buffer.
By default, the function expands headings, blocks and drawers.