From 1987412be683bbff9a4701fc7ca63763e564bf29 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 20 Mar 2012 13:15:27 +0100 Subject: [PATCH] org.el (format-spec): Require 'format-spec. * org.el (format-spec): Require 'format-spec. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index f4fd40201..5028c43d5 100644 --- a/lisp/org.el +++ b/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) -- 2.11.4.GIT