Browse Source

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

* org.el (format-spec): Require 'format-spec.
Bastien Guerry 13 years ago
parent
commit
1987412be6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

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