Mercurial > emacs
changeset 93712:59cfcdcb1474
Require loaddef file rather than loading it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 05 Apr 2008 18:53:07 +0000 |
parents | 147f4f022b77 |
children | ee195aa26157 |
files | lisp/calendar/holidays.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/holidays.el Sat Apr 05 18:52:02 2008 +0000 +++ b/lisp/calendar/holidays.el Sat Apr 05 18:53:07 2008 +0000 @@ -31,9 +31,7 @@ ;;; Code: (require 'calendar) - -(eval-and-compile - (load "hol-loaddefs" nil 'quiet)) +(require 'hol-loaddefs) ;;;###diary-autoload (defun calendar-holiday-list ()