summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rnews.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index d748fe49958..7fc67f73984 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -684,7 +684,7 @@ one for moving forward and one for moving backward."
(news-write-certifications)
(message "Updating %s... done" news-startup-file)
(message "Now do some real work")
- (and (fboundp 'bury-buffer) (bury-buffer (current-buffer)))
+ (quit-window)
(switch-to-buffer news-buffer-save)
(setq news-user-group-list ()))
(message "")))