aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2009-03-16 14:10:47 +0000
committerRichard M. Stallman2009-03-16 14:10:47 +0000
commitb79c90313e4d3c1e4964e2b793a69fd711ce7c6c (patch)
tree07de6892dca80221c73a21812e081fdf53411340
parent0b9b4ab99ac9af1578e9ce2b025c5cb4c16c1112 (diff)
downloademacs-b79c90313e4d3c1e4964e2b793a69fd711ce7c6c.tar.gz
emacs-b79c90313e4d3c1e4964e2b793a69fd711ce7c6c.zip
Fix previous change.
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
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'."
3274 (if (or was-deleted (not was-swapped)) 3274 (if (or was-deleted (not was-swapped))
3275 (rmail-show-message-1 rmail-current-message) 3275 (rmail-show-message-1 rmail-current-message)
3276 ;; Show the same message that was being shown before. 3276 ;; Show the same message that was being shown before.
3277 (rmail-display-labels)
3277 (rmail-swap-buffers) 3278 (rmail-swap-buffers)
3278 (setq rmail-buffer-swapped t))))))) 3279 (setq rmail-buffer-swapped t)))))))
3279 3280