diff lisp/eshell/esh-module.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 a9dc0e7c3f2b
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/eshell/esh-module.el	Tue Nov 03 22:24:34 2009 +0000
+++ b/lisp/eshell/esh-module.el	Wed Nov 04 00:27:34 2009 +0000
@@ -38,7 +38,7 @@
 ;; load the defgroup's for the standard extension modules, so that
 ;; documentation can be provided when the user customize's
 ;; `eshell-modules-list'.
-(require 'esh-groups)
+(load "esh-groups" nil 'nomessage)
 
 ;;; User Variables: