diff options
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-alias.el | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 9f654c4fdf7..f82859475a3 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,7 +1,3 @@ | |||
| 1 | 2007-12-03 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * mh-alias.el: Require mh-acros for mh-require-cl. | ||
| 4 | |||
| 5 | 2007-12-02 Glenn Morris <rgm@gnu.org> | 1 | 2007-12-02 Glenn Morris <rgm@gnu.org> |
| 6 | 2 | ||
| 7 | * mh-mime.el (mail-strip-quoted-names): Autoload it. | 3 | * 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 3a2ffb04b6f..333cfb3a4b0 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | 33 | ||
| 34 | (require 'mh-e) | 34 | (require 'mh-e) |
| 35 | (require 'mh-acros) | ||
| 36 | 35 | ||
| 37 | (mh-require-cl) | 36 | (mh-require-cl) |
| 38 | 37 | ||