summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 2730c417b49..acaa8e1f860 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -996,7 +996,7 @@ Make the shell buffer the current buffer, and return it.
(lambda (proc event)
(when sentinel
(funcall sentinel proc event))
- (unless (buffer-live-p proc)
+ (unless (process-live-p proc)
(kill-buffer buffer))))))
buffer)