]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-yank-ignored-headers): Don't autoload.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Dec 2005 17:11:21 +0000 (17:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Dec 2005 17:11:21 +0000 (17:11 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index 9d4652fd60d12e047fee1ce02e4cc65e16653adf..92558c52975b8d41b6f3148875184fd4302d2e05 100644 (file)
@@ -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>
 
index 5f99f9ffd98f3ad5cc9ab7c237b4bd7714a81ea3..4a4d2172c8b2e59ecd341834ee132f3eb928f278 100644 (file)
@@ -112,7 +112,6 @@ nil means let mailer mail back a message to report errors."
   :type 'boolean
   :group 'sendmail)
 
-;;;###autoload
 (defcustom mail-yank-ignored-headers
   (concat "^"
           (regexp-opt '("via" "mail-from" "origin" "status" "remailed"