# HG changeset patch # User Richard M. Stallman # Date 758033213 0 # Node ID d3e04700d190fa1ad6075629e67654ddefad19f1 # Parent 5d907d4216cedebbc1491fdaaf40f318537eb19e (gnus-group-list-all-groups): Display a message in the echo area. diff -r 5d907d4216ce -r d3e04700d190 lisp/=gnus.el --- a/lisp/=gnus.el Sat Jan 08 12:44:48 1994 +0000 +++ b/lisp/=gnus.el Sat Jan 08 12:46:53 1994 +0000 @@ -2,7 +2,7 @@ ;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA -;; 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 @@ (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."