1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(rmail-summary-rmail-update): Pass new arg to rmail-show-message.

This commit is contained in:
Richard M. Stallman 1994-10-11 04:43:01 +00:00
parent bdf0360080
commit bc454f082b

View file

@ -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)