]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-proc.el
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
[gnu-emacs] / lisp / eshell / esh-proc.el
index f3fcc52aac84dfe433700825c83801ff314d538e..eeaccc4b8902d017716efa4d08bf419091fa2cd3 100644 (file)
@@ -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."