mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Mark the quoted region during reply.
Mark the quoted region of text during a reply, making it easy for the user to delete it quickly.
This commit is contained in:
parent
a74ec0edd6
commit
03146f2013
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ list."
|
|||
(if (re-search-backward message-signature-separator nil t)
|
||||
(forward-line -1)
|
||||
(goto-char (point-max)))
|
||||
(insert body))
|
||||
(insert body)
|
||||
(push-mark))
|
||||
(set-buffer-modified-p nil)
|
||||
|
||||
(message-goto-body))
|
||||
|
|
Loading…
Reference in a new issue