diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-11 04:43:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-11 04:43:01 +0000 |
commit | 1b89779acc33449f9918e28489bc455eee574d62 (patch) | |
tree | d1485b7c9d531ec9ac6973ff1b721366edfd2a01 /lisp/mail/rmailsum.el | |
parent | 30e0b2722b924fefb53de8601fd53126dd436f47 (diff) | |
download | emacs-1b89779acc33449f9918e28489bc455eee574d62.tar.gz |
(rmail-summary-rmail-update): Pass new arg to rmail-show-message.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 5ed5cc26bc9..fd037cba9d8 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -600,12 +600,12 @@ Commands for sorting the summary: (unwind-protect (progn (select-window window) - (rmail-show-message msg-num)) + (rmail-show-message msg-num t)) (select-window owin)) (if (buffer-name rmail-buffer) (save-excursion (set-buffer rmail-buffer) - (rmail-show-message msg-num)))))))))) + (rmail-show-message msg-num t)))))))))) (defvar rmail-summary-mode-map nil) |