mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
*** empty log message ***
This commit is contained in:
parent
d54f9e3079
commit
ba7f25a355
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user