aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index e7506466f38..ee9e648b7c1 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -3282,6 +3282,11 @@ As opposed to `gnus', this command will not connect to the local server."
3282 (setq gnus-tmp-prev-perm perm))) 3282 (setq gnus-tmp-prev-perm perm)))
3283 3283
3284;;;###autoload 3284;;;###autoload
3285(defun read-news (&optional arg dont-connect)
3286 "Read network news. This is an alias for the `gnus' command."
3287 (gnus arg dont-connect))
3288
3289;;;###autoload
3285(defun gnus (&optional arg dont-connect) 3290(defun gnus (&optional arg dont-connect)
3286 "Read network news. 3291 "Read network news.
3287If ARG is non-nil and a positive number, Gnus will use that as the 3292If ARG is non-nil and a positive number, Gnus will use that as the