Mercurial > hg > xemacs-beta
diff lisp/vm/vm-thread.el @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 859a2309aef8 |
children | c53a95d3c46d |
line wrap: on
line diff
--- a/lisp/vm/vm-thread.el Mon Aug 13 08:51:05 2007 +0200 +++ b/lisp/vm/vm-thread.el Mon Aug 13 08:51:32 2007 +0200 @@ -94,9 +94,9 @@ (aref (symbol-value subject-sym) 2)))))))) (setq mp (cdr mp) n (1+ n)) (if (zerop (% n modulus)) - (vm-unsaved-message "Building threads... %d" n))) + (message "Building threads... %d" n))) (if (> n modulus) - (vm-unsaved-message "Building threads... done")))) + (message "Building threads... done")))) (defun vm-thread-mark-for-summary-update (message-list) (while message-list