From: Richard M. Stallman Date: Thu, 26 May 1994 23:06:50 +0000 (+0000) Subject: (rmail-show-message): If transient-mark-mode, deactivate the mark. X-Git-Tag: emacs-19.34~8157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d43277ab9e8d441f4bb701b06db9e33c49008b6f;p=emacs.git (rmail-show-message): If transient-mark-mode, deactivate the mark. --- 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