1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

message format spec fixes (commit # 7)

This commit is contained in:
Deepak Goel 2005-09-18 12:38:39 +00:00
parent 8381614263
commit d8ea53f999

View File

@ -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)))