]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-news): Define as alias for gnus.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Jan 1996 06:41:37 +0000 (06:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Jan 1996 06:41:37 +0000 (06:41 +0000)
lisp/gnus.el

index e7506466f3832d5268360b60af6d246e14ff2857..ee9e648b7c1a8b962a85edaf5b3d8647536e86f6 100644 (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.