Mercurial > emacs
changeset 7696:ebcefadd2e1b
(rmail-show-message): If transient-mark-mode, deactivate the mark.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 May 1994 23:06:50 +0000 |
parents | aba3ffcc8f51 |
children | b52a92ea3796 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu May 26 22:30:47 1994 +0000 +++ b/lisp/mail/rmail.el Thu May 26 23:06:50 1994 +0000 @@ -1389,6 +1389,7 @@ (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