From: Richard M. Stallman Date: Mon, 16 Mar 2009 14:10:47 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-23.0.92~163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b79c90313e4d3c1e4964e2b793a69fd711ce7c6c;p=emacs.git Fix previous change. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7016022607f..32349dbb0f0 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3274,6 +3274,7 @@ See also user-option `rmail-confirm-expunge'." (if (or was-deleted (not was-swapped)) (rmail-show-message-1 rmail-current-message) ;; Show the same message that was being shown before. + (rmail-display-labels) (rmail-swap-buffers) (setq rmail-buffer-swapped t)))))))