From d43277ab9e8d441f4bb701b06db9e33c49008b6f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 May 1994 23:06:50 +0000 Subject: [PATCH] (rmail-show-message): If transient-mark-mode, deactivate the mark. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5