/[emacs]/emacs/lisp/pcvs.el
ViewVC logotype

Diff of /emacs/lisp/pcvs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by monnier, Fri Apr 1 17:58:09 2005 UTC revision 1.78 by monnier, Fri Apr 1 18:01:55 2005 UTC
# Line 646  If non-nil, NEW means to create a new bu Line 646  If non-nil, NEW means to create a new bu
646  This is responsible for parsing the output from the cvs update when  This is responsible for parsing the output from the cvs update when
647  it is finished."  it is finished."
648    (when (memq (process-status proc) '(signal exit))    (when (memq (process-status proc) '(signal exit))
649      (let ((cvs-postproc (process-get proc 'postprocess))      (let ((cvs-postproc (process-get proc 'cvs-postprocess))
650            (cvs-buf (process-get proc 'cvs-buffer)))            (cvs-buf (process-get proc 'cvs-buffer)))
651        ;; Since the buffer and mode line will show that the        ;; Since the buffer and mode line will show that the
652        ;; process is dead, we can delete it now.  Otherwise it        ;; process is dead, we can delete it now.  Otherwise it

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26