summaryrefslogtreecommitdiff
path: root/lisp/=gnus.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-08 12:46:53 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-08 12:46:53 +0000
commitedd214b512a1c6783a98d295f039f569c930a242 (patch)
tree1cd7adc195cf2cf7f79ec17ba914cc2dcad8fdf2 /lisp/=gnus.el
parent29fa95590f56700d1c184ff8c600068fcfe73c5e (diff)
downloademacs-edd214b512a1c6783a98d295f039f569c930a242.tar.gz
(gnus-group-list-all-groups): Display a message in the echo area.
Diffstat (limited to 'lisp/=gnus.el')
-rw-r--r--lisp/=gnus.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/=gnus.el b/lisp/=gnus.el
index 73e91237ff7..bddedb3bd04 100644
--- a/lisp/=gnus.el
+++ b/lisp/=gnus.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
-;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.30 1993/11/17 13:41:50 rms Exp $
+;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.31 1993/12/23 04:58:26 rms Exp rms $
;; Keywords: news
;; This file is part of GNU Emacs.
@@ -1561,7 +1561,9 @@ New newsgroup is added to .newsrc automatically."
(defun gnus-group-list-all-groups ()
"List all of newsgroups in the Newsgroup buffer."
(interactive)
- (gnus-group-list-groups t))
+ (message "Listing all groups...")
+ (gnus-group-list-groups t)
+ (message "Listing all groups...done"))
(defun gnus-group-get-new-news ()
"Get newly arrived articles. In fact, read the active file again."