summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-05-26 00:00:29 -0400
committerKyle Meyer <kyle@kyleam.com>2017-05-26 00:03:29 -0400
commit6d4c188e3e318d3d3237d82dbb94dbd6e9cbf417 (patch)
tree956a836c0b763bdee7b3da8eb49eb9fbd7117ad3
parent89bd7ad871494348c0fcf84999da005adc3c702a (diff)
downloadorg-mode-6d4c188e3e318d3d3237d82dbb94dbd6e9cbf417.tar.gz
Silence byte-compiler under "make single"
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8cd8cc8..a7ba402 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -22802,6 +22802,7 @@ it for output."
;;; Indentation
+(defvar org-element-greater-elements)
(defun org--get-expected-indentation (element contentsp)
"Expected indentation column for current line, according to ELEMENT.
ELEMENT is an element containing point. CONTENTSP is non-nil
@@ -24688,7 +24689,6 @@ Move to the previous element at the same level, when possible."
(user-error "No surrounding element")
(org-with-limited-levels (org-back-to-heading)))))))
-(defvar org-element-greater-elements)
(defun org-down-element ()
"Move to inner element."
(interactive)