diff lisp/calendar/calendar.el @ 105844:a2094e76667e

* calendar/calendar.el (cal-loaddefs): * calendar/diary-lib.el (diary-loaddefs): * calendar/holidays.el (hol-loaddefs): * eshell/esh-module.el (esh-groups): * mh/mh-e.el (mh-loaddefs): Load rather than require.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 04 Nov 2009 00:27:34 +0000
parents 4886a9e0be01
children 8f110099da5c
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Tue Nov 03 22:24:34 2009 +0000
+++ b/lisp/calendar/calendar.el	Wed Nov 04 00:27:34 2009 +0000
@@ -114,7 +114,7 @@
 
 ;;; Code:
 
-(require 'cal-loaddefs)
+(load "cal-loaddefs" nil 'nomessage)
 
 ;; Avoid recursive load of calendar when loading cal-menu.  Yuck.
 (provide 'calendar)