changeset 65588:7ac02cfe1025

message format spec fixes (commit # 7)
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:38:39 +0000
parents 4e6c5e8ae4e9
children 0670efd1e2df
files lisp/eshell/esh-proc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-proc.el	Sun Sep 18 12:37:20 2005 +0000
+++ b/lisp/eshell/esh-proc.el	Sun Sep 18 12:38:39 2005 +0000
@@ -225,8 +225,8 @@
   (if (and (eshell-processp (car entry))
 	   (nth 2 entry)
 	   eshell-done-messages-in-minibuffer)
-      (message (format "[%s]+ Done %s" (process-name (car entry))
-		       (process-command (car entry)))))
+      (message "[%s]+ Done %s" (process-name (car entry)
+					     (process-command (car entry)))))
   (setq eshell-process-list
 	(delq entry eshell-process-list)))