summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-11-04 00:27:34 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-11-04 00:27:34 +0000
commitd3d5f4f504d852b382838568dd1ee23fd151464c (patch)
tree880d027ee7e9ace7d2782a321be4c7d7f974ccae /lisp/mh-e/mh-e.el
parent7e83e8b459e07f89f8a1e3902637b6b2e7a94288 (diff)
downloademacs-d3d5f4f504d852b382838568dd1ee23fd151464c.tar.gz
* 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.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 00c1c895bf3..7b7a9e5d9b5 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -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)