From 5f0e7257a7ecce50cf8a6839b3bf9115925c999a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 1 Apr 2005 18:01:55 +0000 Subject: [PATCH] (cvs-sentinel): Fix last change. --- lisp/pcvs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 9ea0f311bed..7330960b93e 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -646,7 +646,7 @@ If non-nil, NEW means to create a new buffer no matter what." This is responsible for parsing the output from the cvs update when it is finished." (when (memq (process-status proc) '(signal exit)) - (let ((cvs-postproc (process-get proc 'postprocess)) + (let ((cvs-postproc (process-get proc 'cvs-postprocess)) (cvs-buf (process-get proc 'cvs-buffer))) ;; Since the buffer and mode line will show that the ;; process is dead, we can delete it now. Otherwise it -- 2.39.2