mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
Correct my previous breakage of parens.
This commit is contained in:
parent
47570699e4
commit
b2a9524a3c
@ -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 "[%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…
Reference in New Issue
Block a user