diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-25 06:41:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-25 06:41:37 +0000 |
commit | a865b1d5c2151fe0f6d84ab033b6e357ebc66ace (patch) | |
tree | 0f362c095117c39154abe9c0f9fdc306579cbd6f | |
parent | 4a9b9a09de589a9369433111d1946d7283c07c2b (diff) | |
download | emacs-a865b1d5c2151fe0f6d84ab033b6e357ebc66ace.tar.gz |
(read-news): Define as alias for gnus.
-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." (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. If ARG is non-nil and a positive number, Gnus will use that as the |