]> git.eshelyaron.com Git - emacs.git/commitdiff
* calendar/calendar.el (cal-loaddefs):
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 4 Nov 2009 00:27:34 +0000 (00:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 4 Nov 2009 00:27:34 +0000 (00:27 +0000)
* 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.

lisp/ChangeLog
lisp/calendar/calendar.el
lisp/calendar/diary-lib.el
lisp/calendar/holidays.el
lisp/eshell/esh-module.el
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index 5ccb97f215076a2ee711fe7e8b9d90b3a24452b3..5ff816a3552f7bb4f93243fb6629829e10b8ae88 100644 (file)
@@ -1,3 +1,10 @@
+2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calendar/calendar.el (cal-loaddefs):
+       * calendar/diary-lib.el (diary-loaddefs):
+       * calendar/holidays.el (hol-loaddefs):
+       * eshell/esh-module.el (esh-groups): Load rather than require.
+
 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * calendar/todo-mode.el (todo-add-category): Don't hardcode point-min==1.
index 75fe5abc3ca6b0b5821cee537e73a2dae6b2cd53..d72a56d11143daf6a27fab856c91024d5a2fcdae 100644 (file)
 
 ;;; Code:
 
-(require 'cal-loaddefs)
+(load "cal-loaddefs" nil 'nomessage)
 
 ;; Avoid recursive load of calendar when loading cal-menu.  Yuck.
 (provide 'calendar)
index 797f330e4087e149eaf7ace68c87ddd131ce896e..68dbf144aa3f2430e40ecafd312a926b147e6680 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (require 'calendar)
-(require 'diary-loaddefs)
+(load "diary-loaddefs" nil 'nomessage)
 
 (defgroup diary nil
   "Emacs diary."
index c1c38351fb1d68f717acab3040da1a7da5680b80..d4d1e91433374b8ab3525abd75f3ee8b6bdf1acf 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (require 'calendar)
-(require 'hol-loaddefs)
+(load "hol-loaddefs" nil 'nomessage)
 
 (defgroup holidays nil
   "Holidays support in calendar."
index 9cdebd712957ce71220e6762a7e3477e546b4881..07040738683695749f53eabc1098f3d0e4df6d20 100644 (file)
@@ -38,7 +38,7 @@ customizing the variable `eshell-modules-list'."
 ;; 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:
 
index 3102f74f5060a508885a5c55f44a64a6ef92c1e0..0ad943588bd50b87a1e528ac7f028b06429a28d4 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-e.el (mh-loaddefs): Load rather than require.
+
 2009-10-06  Glenn Morris  <rgm@gnu.org>
 
        * mh-show.el (mh-show-msg): Use window-full-height-p.
@@ -40,7 +44,7 @@
 
        * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
        We want to avoid emacs using m-v facilities.
-       (mh-folder-size-folder):  Ditto.
+       (mh-folder-size-folder): Ditto.
        (mh-parse-flist-output-line): Ditto.
        * mh-thread.el (mh-thread-prune-subject): Ditto.
        * mh-xface.el (mh-picon-get-image): Ditto.
index 00c1c895bf3a91eab31507d578c5b33e59fa9f78..7b7a9e5d9b565bb7e9b9e41ef1fd2599b7237bb5 100644 (file)
@@ -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)