# HG changeset patch # User Deepak Goel # Date 1127047119 0 # Node ID 7ac02cfe10255bc015e900d12082228428220b72 # Parent 4e6c5e8ae4e9dc44e1b7a946dfea5191ba6ee1ee message format spec fixes (commit # 7) diff -r 4e6c5e8ae4e9 -r 7ac02cfe1025 lisp/eshell/esh-proc.el --- 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)))