diff options
author | Sam Steingold <sds@gnu.org> | 2007-12-03 15:16:57 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2007-12-03 15:16:57 +0000 |
commit | 1f9918fbf34977fbb8f170c86e71843070ec052b (patch) | |
tree | 4c020bff9e38809855cc7b4985c8c02828321309 /lisp | |
parent | 7ba30657473abe7964038a676131676e986870b2 (diff) | |
download | emacs-1f9918fbf34977fbb8f170c86e71843070ec052b.tar.gz emacs-1f9918fbf34977fbb8f170c86e71843070ec052b.tar.bz2 emacs-1f9918fbf34977fbb8f170c86e71843070ec052b.zip |
Require mh-acros for mh-require-cl.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/gnus-mh.el | 1 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/mh-e/mh-alias.el | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 66b457c00a8..6249d2e718c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Sam Steingold <sds@gnu.org> + + * gnus-mh.el: Require mh-acros for mh-require-cl. + 2007-12-02 Glenn Morris <rgm@gnu.org> * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el: diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index 48a85071e67..692f1c40766 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el @@ -37,6 +37,7 @@ (require 'gnus) (require 'mh-e) +(require 'mh-acros) (require 'mh-comp) (require 'gnus-msg) (require 'gnus-sum) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index f82859475a3..9f654c4fdf7 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Sam Steingold <sds@gnu.org> + + * mh-alias.el: Require mh-acros for mh-require-cl. + 2007-12-02 Glenn Morris <rgm@gnu.org> * mh-mime.el (mail-strip-quoted-names): Autoload it. diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 333cfb3a4b0..3a2ffb04b6f 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -32,6 +32,7 @@ ;;; Code: (require 'mh-e) +(require 'mh-acros) (mh-require-cl) |