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
06b68294
Commit
06b68294
authored
May 29, 1993
by
Richard M. Stallman
Browse files
(send-mail-function): Use defvar. not defconst.
parent
82c048a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-1
No files found.
lisp/mail/sendmail.el
View file @
06b68294
...
...
@@ -45,7 +45,7 @@ Delete these headers from old message when it's inserted in a reply.")
;; Useful to set in site-init.el
;;;###autoload
(def
const
send-mail-function 'sendmail-send-it "\
(def
var
send-mail-function 'sendmail-send-it "\
Function to call to send the current buffer as mail.
The headers are be delimited by a line which is `mail-header-separator'.")
...
...
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