diff lisp/mh-e/mh-e.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 4327a1ddce17
children b7557958fa7d
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Tue Nov 03 22:24:34 2009 +0000
+++ b/lisp/mh-e/mh-e.el	Wed Nov 04 00:27:34 2009 +0000
@@ -92,7 +92,7 @@
 ;; Provide functions to the rest of MH-E. However, mh-e.el must not
 ;; use any definitions in files that require mh-e from mh-loaddefs,
 ;; for if it does it will introduce a require loop.
-(require 'mh-loaddefs)
+(load "mh-loaddefs" nil 'nomessage)
 
 (mh-require-cl)