emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103528: * lisp/eshell/esh-proc.el (e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103528: * lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
Date: Sat, 05 Mar 2011 11:36:33 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103528
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-03-05 11:36:33 -0800
message:
  * lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in 
previous.
modified:
  lisp/eshell/esh-proc.el
=== modified file 'lisp/eshell/esh-proc.el'
--- a/lisp/eshell/esh-proc.el   2011-03-05 04:11:05 +0000
+++ b/lisp/eshell/esh-proc.el   2011-03-05 19:36:33 +0000
@@ -121,7 +121,7 @@
 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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]