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:
parent
bbaf7c2857
commit
bba2dbcb22
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user