From fe73d07254d6d453cbb896a368d09d374c4e93fe Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Mar 1998 00:23:16 +0000 Subject: [PATCH] (news-exit): Use quit-window. --- lisp/mail/rnews.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""))) -- 2.39.2