mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
(sendmail-coding-system): Add autoload cookie.
Default value is nil.
This commit is contained in:
parent
db56d71e95
commit
ae54d28781
1 changed files with 2 additions and 1 deletions
|
|
@ -551,7 +551,8 @@ the user from the mailer."
|
|||
;; This does the real work of sending a message via sendmail.
|
||||
;; It is called via the variable send-mail-function.
|
||||
|
||||
(defvar sendmail-coding-system 'coding-system-iso-2022-7
|
||||
;;;###autoload
|
||||
(defvar sendmail-coding-system nil
|
||||
"Coding system to which to encode the mail.")
|
||||
|
||||
(defun sendmail-send-it ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue