comparison 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
comparison
equal deleted inserted replaced
105843:4e4705fae3d0 105844:a2094e76667e
36 :group 'eshell) 36 :group 'eshell)
37 37
38 ;; load the defgroup's for the standard extension modules, so that 38 ;; load the defgroup's for the standard extension modules, so that
39 ;; documentation can be provided when the user customize's 39 ;; documentation can be provided when the user customize's
40 ;; `eshell-modules-list'. 40 ;; `eshell-modules-list'.
41 (require 'esh-groups) 41 (load "esh-groups" nil 'nomessage)
42 42
43 ;;; User Variables: 43 ;;; User Variables:
44 44
45 (defcustom eshell-module-unload-hook 45 (defcustom eshell-module-unload-hook
46 '(eshell-unload-extension-modules) 46 '(eshell-unload-extension-modules)