comparison lisp/calendar/calendar.el @ 92716:95741880e710

(top-level): Load cal-loaddefs when compiling.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 Mar 2008 02:57:21 +0000
parents 0002224f12ec
children 8fb3c7b3e53a
comparison
equal deleted inserted replaced
92715:aa52fda2a68b 92716:95741880e710
91 ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and 91 ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and
92 ;; the message BODY containing your mailing address (snail). 92 ;; the message BODY containing your mailing address (snail).
93 93
94 ;;; Code: 94 ;;; Code:
95 95
96 96 ;; (elisp) Eval During Compile: "Effectively `require' is
97 (load "cal-loaddefs" nil 'quiet) 97 ;; automatically `eval-and-compile'" [but `load' is not]
98 (eval-and-compile
99 (load "cal-loaddefs" nil 'quiet))
100
98 (require 'cal-menu) 101 (require 'cal-menu)
99 102
100 103
101 (defgroup calendar nil 104 (defgroup calendar nil
102 "Calendar and time management support." 105 "Calendar and time management support."