Silence byte-compiler under "make single"
This commit is contained in:
parent
89bd7ad871
commit
6d4c188e3e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue