comparison lisp/calendar/diary-lib.el @ 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 52da900141b3
children e0e1ee825fb6
comparison
equal deleted inserted replaced
93712:59cfcdcb1474 93713:ee195aa26157
29 ;; See calendar.el. 29 ;; See calendar.el.
30 30
31 ;;; Code: 31 ;;; Code:
32 32
33 (require 'calendar) 33 (require 'calendar)
34 34 (require 'diary-loaddefs)
35 (eval-and-compile
36 (load "diary-loaddefs" nil 'quiet))
37 35
38 (defcustom diary-include-string "#include" 36 (defcustom diary-include-string "#include"
39 "The string indicating inclusion of another file of diary entries. 37 "The string indicating inclusion of another file of diary entries.
40 See the documentation for the function `include-other-diary-files'." 38 See the documentation for the function `include-other-diary-files'."
41 :type 'string 39 :type 'string