From: Glenn Morris Date: Sun, 2 Dec 2007 20:54:24 +0000 (+0000) Subject: (mail-strip-quoted-names): Autoload it. X-Git-Tag: emacs-pretest-23.0.90~9147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fea7492a1bb03929a41dabcfd1b997cad08ced2e;p=emacs.git (mail-strip-quoted-names): Autoload it. --- 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 @@ +2007-12-02 Glenn Morris + + * mh-mime.el (mail-strip-quoted-names): Autoload it. + 2007-11-17 Dan Nicolaescu * 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 @@ (autoload 'mail-decode-encoded-word-string "mail-parse") (autoload 'mail-header-parse-content-type "mail-parse") (autoload 'mail-header-strip "mail-parse") +(autoload 'mail-strip-quoted-names "mail-utils") (autoload 'message-options-get "message") (autoload 'message-options-set "message") (autoload 'message-options-set-recipient "message")