]> git.eshelyaron.com Git - emacs.git/commitdiff
(news-exit): Use quit-window.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:23:16 +0000 (00:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:23:16 +0000 (00:23 +0000)
lisp/mail/rnews.el

index d748fe49958cfd54b66263bcb5771b917563d0b1..7fc67f7398416f685a256f8cc637ab619c670ce2 100644 (file)
@@ -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 "")))