From bba2dbcb22a9ca4ca52842a9cc89446f3e847555 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Jan 1996 06:41:37 +0000 Subject: [PATCH] (read-news): Define as alias for gnus. --- lisp/gnus.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/gnus.el b/lisp/gnus.el index e7506466f38..ee9e648b7c1 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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. -- 2.39.2