mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Keep compiler happy
This commit is contained in:
parent
fd78a241d5
commit
721bf5c3d3
@ -46,6 +46,7 @@
|
||||
(declare-function org-show-context "org" (&optional key))
|
||||
(declare-function org-back-to-heading "org" (&optional invisible-ok))
|
||||
(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
|
||||
(declare-function org-in-verbatim-emphasis "org" ())
|
||||
(defvar org-odd-levels-only) ;; defined in org.el
|
||||
|
||||
(defconst org-footnote-re
|
||||
|
@ -34,9 +34,12 @@
|
||||
|
||||
(require 'org-macs)
|
||||
(require 'org-compat)
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
(declare-function org-do-remove-indentation "org" (&optional n))
|
||||
(declare-function org-get-indentation "org" (&optional line))
|
||||
(declare-function org-switch-to-buffer-other-window "org" (&rest args))
|
||||
|
||||
(defcustom org-edit-src-region-extra nil
|
||||
"Additional regexps to identify regions for editing with `org-edit-src-code'.
|
||||
|
Loading…
Reference in New Issue
Block a user