aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-04-01 18:01:55 +0000
committerStefan Monnier2005-04-01 18:01:55 +0000
commit5f0e7257a7ecce50cf8a6839b3bf9115925c999a (patch)
tree81c01a84079176d06d9c47a535b5fe9bdc263f85
parent8f53f317b1727fb63d343be28c985d3b73c8299f (diff)
downloademacs-5f0e7257a7ecce50cf8a6839b3bf9115925c999a.tar.gz
emacs-5f0e7257a7ecce50cf8a6839b3bf9115925c999a.zip
(cvs-sentinel): Fix last change.
-rw-r--r--lisp/pcvs.el2
1 files changed, 1 insertions, 1 deletions
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."
646This is responsible for parsing the output from the cvs update when 646This is responsible for parsing the output from the cvs update when
647it is finished." 647it is finished."
648 (when (memq (process-status proc) '(signal exit)) 648 (when (memq (process-status proc) '(signal exit))
649 (let ((cvs-postproc (process-get proc 'postprocess)) 649 (let ((cvs-postproc (process-get proc 'cvs-postprocess))
650 (cvs-buf (process-get proc 'cvs-buffer))) 650 (cvs-buf (process-get proc 'cvs-buffer)))
651 ;; Since the buffer and mode line will show that the 651 ;; Since the buffer and mode line will show that the
652 ;; process is dead, we can delete it now. Otherwise it 652 ;; process is dead, we can delete it now. Otherwise it