mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-src: Silence byte-compiler
This commit is contained in:
parent
1a88cf920e
commit
5fd886c955
@ -40,6 +40,7 @@
|
||||
(declare-function org-base-buffer "org" (buffer))
|
||||
(declare-function org-do-remove-indentation "org" (&optional n))
|
||||
(declare-function org-element-at-point "org-element" ())
|
||||
(declare-function org-element-class "org-element" (datum &optional parent))
|
||||
(declare-function org-element-context "org-element" (&optional element))
|
||||
(declare-function org-element-lineage "org-element"
|
||||
(blob &optional types with-self))
|
||||
@ -51,7 +52,6 @@
|
||||
(declare-function org-switch-to-buffer-other-window "org" (&rest args))
|
||||
(declare-function org-trim "org" (s &optional keep-lead))
|
||||
|
||||
(defvar org-element-all-elements)
|
||||
(defvar org-inhibit-startup)
|
||||
|
||||
(defcustom org-edit-src-turn-on-auto-save nil
|
||||
|
Loading…
Reference in New Issue
Block a user