diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2a5297c87a5..5b100dadeb8 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1389,6 +1389,7 @@ If summary buffer is currently displayed, update current message there also." (goto-char (point-min)) (rmail-display-labels) (rmail-highlight-headers) + (if transient-mark-mode (deactivate-mark)) (run-hooks 'rmail-show-message-hook) ;; If there is a summary buffer, try to move to this message ;; in that buffer. But don't complain if this message |
