]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 19:36:33 +0000 (11:36 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 19:36:33 +0000 (11:36 -0800)
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."