* lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
This commit is contained in:
parent
77f63d3050
commit
903538d450
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Runs `eshell-reset-after-proc' and `eshell-kill-hook', passing arguments
|
|||
PROC and STATUS to both."
|
||||
(or (memq 'eshell-reset-after-proc eshell-kill-hook)
|
||||
(eshell-reset-after-proc proc status))
|
||||
(run-hook-with-args eshell-kill-hook proc status))
|
||||
(run-hook-with-args 'eshell-kill-hook proc status))
|
||||
|
||||
(defun eshell-proc-initialize ()
|
||||
"Initialize the process handling code."
|
||||
|
|
Loading…
Add table
Reference in a new issue