diff options
| author | Stefan Monnier | 2005-12-05 17:11:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-05 17:11:21 +0000 |
| commit | bb61f0fd71bbbe42af4bb16a7072e8b8fa3917ab (patch) | |
| tree | 8f9446ae3d9e262b16d2cc73d08d3f7df438d32c /lisp/mail | |
| parent | 95fe848eb24a3c2c28531027be8338894f7ba3ad (diff) | |
| download | emacs-bb61f0fd71bbbe42af4bb16a7072e8b8fa3917ab.tar.gz emacs-bb61f0fd71bbbe42af4bb16a7072e8b8fa3917ab.zip | |
(mail-yank-ignored-headers): Don't autoload.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5f99f9ffd98..4a4d2172c8b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -112,7 +112,6 @@ nil means let mailer mail back a message to report errors." | |||
| 112 | :type 'boolean | 112 | :type 'boolean |
| 113 | :group 'sendmail) | 113 | :group 'sendmail) |
| 114 | 114 | ||
| 115 | ;;;###autoload | ||
| 116 | (defcustom mail-yank-ignored-headers | 115 | (defcustom mail-yank-ignored-headers |
| 117 | (concat "^" | 116 | (concat "^" |
| 118 | (regexp-opt '("via" "mail-from" "origin" "status" "remailed" | 117 | (regexp-opt '("via" "mail-from" "origin" "status" "remailed" |