From fea7492a1bb03929a41dabcfd1b997cad08ced2e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 2 Dec 2007 20:54:24 +0000 Subject: [PATCH] (mail-strip-quoted-names): Autoload it. --- lisp/mh-e/ChangeLog | 4 ++++ lisp/mh-e/mh-mime.el | 1 + 2 files changed, 5 insertions(+) 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") -- 2.39.2