# HG changeset patch # User Glenn Morris # Date 1207421587 0 # Node ID 59cfcdcb147421bd9a47d7ee21524101dd513ee4 # Parent 147f4f022b776591ef59b08148771483615efd79 Require loaddef file rather than loading it. diff -r 147f4f022b77 -r 59cfcdcb1474 lisp/calendar/holidays.el --- 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 ()