0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 08:02:51 +00:00

Keep compiler happy

This commit is contained in:
Carsten Dominik 2009-05-16 19:44:27 +02:00
parent cc50f83583
commit e27086b9a3

View file

@ -38,6 +38,7 @@
(declare-function org-agenda-skip "org-agenda" ())
(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ())
(declare-function org-export-htmlize-region-for-paste "org-html" (beg end))
(declare-function htmlize-buffer "htmlize" (&optional buffer))
(defgroup org-export nil
"Options for exporting org-listings."