1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-20 23:20:36 -08:00

(news-exit): Use quit-window.

This commit is contained in:
Richard M. Stallman 1998-03-08 00:23:16 +00:00
parent 17dcf97fec
commit fe73d07254

View 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 "")))