emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs.el
Date: Fri, 01 Apr 2005 13:01:55 -0500

Index: emacs/lisp/pcvs.el
diff -c emacs/lisp/pcvs.el:1.77 emacs/lisp/pcvs.el:1.78
*** emacs/lisp/pcvs.el:1.77     Fri Apr  1 17:58:09 2005
--- emacs/lisp/pcvs.el  Fri Apr  1 18:01:55 2005
***************
*** 646,652 ****
  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))
          (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
--- 646,652 ----
  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 '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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]