mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
message format spec fixes (commit # 7)
This commit is contained in:
parent
8381614263
commit
d8ea53f999
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue