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
ba7f25a3
Commit
ba7f25a3
authored
Jul 07, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
d54f9e30
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 @
ba7f25a3
...
...
@@ -370,7 +370,8 @@ the user from the mailer."
"From: " (user-login-name) "\n"
"Date: " (current-time-string) "\n")
(insert-buffer-substring curbuf beg end)
(insert "\n\C-_"))
(insert "\n\C-_")
(rmail-set-message-counters))
(insert-buffer-substring curbuf beg end)))
(if max (narrow-to-region (point-min) max))))))
;; Else append to the file directly.
...
...
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