el/dot-emacs.el: Ensure that `diary-time-regexp' exists as a variable.
[profile] / el / dot-emacs.el
index a9e2d72..180b0b2 100644 (file)
@@ -404,6 +404,8 @@ as output rather than a string."
   (let ((mdw-diary-for-org-mode-p t))
     ad-do-it))
 
+(defvar diary-time-regexp nil)
+
 (defadvice diary-add-to-list (before mdw-trim-leading-space compile activate)
   "Trim leading space from the diary entry string."
   (save-match-data