From 903538d450d69afc9799563f0df0328e67921518 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 5 Mar 2011 11:36:33 -0800 Subject: [PATCH] * lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous. --- lisp/eshell/esh-proc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index f3fcc52aac8..eeaccc4b890 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el @@ -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." -- 2.39.5