(read-news): Define as alias for gnus.
This commit is contained in:
parent
bbaf7c2857
commit
bba2dbcb22
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue