Keep compiler happy

This commit is contained in:
Carsten Dominik 2009-10-29 16:34:33 +01:00
parent fd78a241d5
commit 721bf5c3d3
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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'.