diff options
| -rw-r--r-- | lisp/gnus.el | 5 |
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. |
| 3287 | If ARG is non-nil and a positive number, Gnus will use that as the | 3292 | If ARG is non-nil and a positive number, Gnus will use that as the |