mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
Make compilation work again for Emacs 22
This commit is contained in:
parent
7ac1a6e7d2
commit
929ef2da1b
@ -1,3 +1,8 @@
|
||||
2010-04-06 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-entities.el (org-macs): Require org-macs, to be sure that we
|
||||
have `declare-function' defined.
|
||||
|
||||
2010-04-05 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-latex.el (org-export-latex-classes): Update docstring.
|
||||
|
@ -26,6 +26,8 @@
|
||||
;;
|
||||
;;; Commentary:
|
||||
|
||||
(require 'org-macs)
|
||||
|
||||
(declare-function org-table-align "org-table" ())
|
||||
|
||||
(eval-when-compile
|
||||
|
Loading…
Reference in New Issue
Block a user