Silence byte-compiler under "make single"

This commit is contained in:
Kyle Meyer 2017-05-26 00:00:29 -04:00
parent 89bd7ad871
commit 6d4c188e3e
1 changed files with 1 additions and 1 deletions

View File

@ -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)