changeset 67324:dd208be1124e

(mail-yank-ignored-headers): Don't autoload.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 Dec 2005 17:11:21 +0000
parents 0d858a9a21c3
children f1f8e75ca4ae
files lisp/ChangeLog lisp/mail/sendmail.el
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 05 17:08:00 2005 +0000
+++ b/lisp/ChangeLog	Mon Dec 05 17:11:21 2005 +0000
@@ -8,6 +8,7 @@
 	(mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
 	(mail-do-fcc): Use dolist and push.
 	(mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
+	(mail-yank-ignored-headers): Don't autoload.
 
 2005-12-05  Kenichi Handa  <handa@m17n.org>
 
--- a/lisp/mail/sendmail.el	Mon Dec 05 17:08:00 2005 +0000
+++ b/lisp/mail/sendmail.el	Mon Dec 05 17:11:21 2005 +0000
@@ -112,7 +112,6 @@
   :type 'boolean
   :group 'sendmail)
 
-;;;###autoload
 (defcustom mail-yank-ignored-headers
   (concat "^"
           (regexp-opt '("via" "mail-from" "origin" "status" "remailed"