emacs-diffs
[Top][All Lists]
Advanced

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

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


From: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Tue, 30 Nov 2004 06:08:30 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.70 emacs/lisp/vc-cvs.el:1.71
*** emacs/lisp/vc-cvs.el:1.70   Wed Nov  3 14:24:55 2004
--- emacs/lisp/vc-cvs.el        Tue Nov 30 11:02:23 2004
***************
*** 189,195 ****
        (let ((state (vc-file-getprop file 'vc-state)))
          ;; If we should stay local, use the heuristic but only if
          ;; we don't have a more precise state already available.
!       (if (memq state '(up-to-date edited))
            (vc-cvs-state-heuristic file)
          state))
      (with-temp-buffer
--- 189,195 ----
        (let ((state (vc-file-getprop file 'vc-state)))
          ;; If we should stay local, use the heuristic but only if
          ;; we don't have a more precise state already available.
!       (if (memq state '(up-to-date edited nil))
            (vc-cvs-state-heuristic file)
          state))
      (with-temp-buffer




reply via email to

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