diff options
| author | Richard M. Stallman | 2009-03-16 14:10:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2009-03-16 14:10:47 +0000 |
| commit | b79c90313e4d3c1e4964e2b793a69fd711ce7c6c (patch) | |
| tree | 07de6892dca80221c73a21812e081fdf53411340 | |
| parent | 0b9b4ab99ac9af1578e9ce2b025c5cb4c16c1112 (diff) | |
| download | emacs-b79c90313e4d3c1e4964e2b793a69fd711ce7c6c.tar.gz emacs-b79c90313e4d3c1e4964e2b793a69fd711ce7c6c.zip | |
Fix previous change.
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
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 | ||