Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae54d287
Commit
ae54d287
authored
Feb 26, 1997
by
Kenichi Handa
Browse files
(sendmail-coding-system): Add autoload cookie.
Default value is nil.
parent
db56d71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+2
-1
No files found.
lisp/mail/sendmail.el
View file @
ae54d287
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment