0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 16:46:27 +00:00

org.el (format-spec): Require 'format-spec.

* org.el (format-spec): Require 'format-spec.
This commit is contained in:
Bastien Guerry 2012-03-20 13:15:27 +01:00
parent fc717f3eb7
commit 1987412be6

View file

@ -75,6 +75,7 @@
(require 'gnus-sum))
(require 'calendar)
(require 'format-spec)
;; Emacs 22 calendar compatibility: Make sure the new variables are available
(when (fboundp 'defvaralias)