Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
903538d4
Commit
903538d4
authored
Mar 05, 2011
by
Glenn Morris
Browse files
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.
parent
77f63d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/eshell/esh-proc.el
lisp/eshell/esh-proc.el
+1
-1
No files found.
lisp/eshell/esh-proc.el
View file @
903538d4
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment