aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-08 12:46:53 +0000
committerRichard M. Stallman <[email protected]>1994-01-08 12:46:53 +0000
commit12243266aa3323038d3294dc0d3c4de9985c439d (patch)
tree839e1adf7624346c1d3947487e96a0a8a9a58baf /lisp
parent7120d5c8f0bb458a79a5b61e01230889dcfc1ca9 (diff)
(gnus-group-list-all-groups): Display a message in the echo area.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 73e91237ff..bddedb3bd0 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 <[email protected]>
-;; 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."