1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(read-news): Define as alias for gnus.

This commit is contained in:
Richard M. Stallman 1996-01-25 06:41:37 +00:00
parent bbaf7c2857
commit bba2dbcb22

View File

@ -3281,6 +3281,11 @@ As opposed to `gnus', this command will not connect to the local server."
(gnus (or arg (1- gnus-level-default-subscribed)) t)
(setq gnus-tmp-prev-perm perm)))
;;;###autoload
(defun read-news (&optional arg dont-connect)
"Read network news. This is an alias for the `gnus' command."
(gnus arg dont-connect))
;;;###autoload
(defun gnus (&optional arg dont-connect)
"Read network news.