changeset 93713:ee195aa26157

Require loaddef file rather than loading it.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 18:53:41 +0000
parents 59cfcdcb1474
children 6b2af597432a
files lisp/calendar/diary-lib.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el	Sat Apr 05 18:53:07 2008 +0000
+++ b/lisp/calendar/diary-lib.el	Sat Apr 05 18:53:41 2008 +0000
@@ -31,9 +31,7 @@
 ;;; Code:
 
 (require 'calendar)
-
-(eval-and-compile
-  (load "diary-loaddefs" nil 'quiet))
+(require 'diary-loaddefs)
 
 (defcustom diary-include-string "#include"
   "The string indicating inclusion of another file of diary entries.