From: Deepak Goel Date: Sun, 18 Sep 2005 12:38:39 +0000 (+0000) Subject: message format spec fixes (commit # 7) X-Git-Tag: emacs-pretest-22.0.90~7039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8ea53f999a0b53278b9dd59f7902d325edbd45b;p=emacs.git message format spec fixes (commit # 7) --- diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 82a0968ae3d..e952ff976f0 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el @@ -225,8 +225,8 @@ The prompt will be set to PROMPT." (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)))