diff options
| author | Glenn Morris | 2007-12-02 20:54:24 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-02 20:54:24 +0000 |
| commit | fea7492a1bb03929a41dabcfd1b997cad08ced2e (patch) | |
| tree | cc2a660fb8222f04edde34237a4afe25cdcc57de | |
| parent | 7ef92bc9eab1aa5f7330fac69a22747d11153115 (diff) | |
| download | emacs-fea7492a1bb03929a41dabcfd1b997cad08ced2e.tar.gz emacs-fea7492a1bb03929a41dabcfd1b997cad08ced2e.zip | |
(mail-strip-quoted-names): Autoload it.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-mime.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 25b83463958..f82859475a3 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-12-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mh-mime.el (mail-strip-quoted-names): Autoload it. | ||
| 4 | |||
| 1 | 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * mh-e.el (mh-xemacs-flag): Remove. | 7 | * mh-e.el (mh-xemacs-flag): Remove. |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 659ab47d0db..10bfeb9c59a 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -60,6 +60,7 @@ | |||
| 60 | (autoload 'mail-decode-encoded-word-string "mail-parse") | 60 | (autoload 'mail-decode-encoded-word-string "mail-parse") |
| 61 | (autoload 'mail-header-parse-content-type "mail-parse") | 61 | (autoload 'mail-header-parse-content-type "mail-parse") |
| 62 | (autoload 'mail-header-strip "mail-parse") | 62 | (autoload 'mail-header-strip "mail-parse") |
| 63 | (autoload 'mail-strip-quoted-names "mail-utils") | ||
| 63 | (autoload 'message-options-get "message") | 64 | (autoload 'message-options-get "message") |
| 64 | (autoload 'message-options-set "message") | 65 | (autoload 'message-options-set "message") |
| 65 | (autoload 'message-options-set-recipient "message") | 66 | (autoload 'message-options-set-recipient "message") |