From ce33f90a70376e826d031ac7a60198db3ea43ba1 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 10 May 2000 00:16:15 +0000 Subject: [PATCH] (wl-thread-close-all): Fixed typo in display-progress message. --- wl/wl-thread.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-thread.el b/wl/wl-thread.el index 1fdb73b..e98e789 100644 --- a/wl/wl-thread.el +++ b/wl/wl-thread.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <00/04/28 09:49:12 teranisi> +;; Time-stamp: <00/05/09 19:34:25 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -551,7 +551,7 @@ the closed parent will be opened." (/ (* cur 100) len))) (setq entities (cdr entities)))) (elmo-display-progress 'wl-thread-close-all - "Updating marks..." + "Closing all threads..." 100) (message "Closing all threads...done.") (goto-char (point-max))) -- 1.7.10.4