# HG changeset patch # User Stefan Monnier # Date 1112378515 0 # Node ID 9c95a69e7e0832ef76feea0238a660d28a7234b8 # Parent 7178fdb70effa69d8057d94933c4e34e04843f85 (cvs-sentinel): Fix last change. diff -r 7178fdb70eff -r 9c95a69e7e08 lisp/pcvs.el --- a/lisp/pcvs.el Fri Apr 01 17:58:09 2005 +0000 +++ b/lisp/pcvs.el Fri Apr 01 18:01:55 2005 +0000 @@ -646,7 +646,7 @@ 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