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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:07:47 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.62.2.2 emacs/lisp/vc-cvs.el:1.62.2.3
*** emacs/lisp/vc-cvs.el:1.62.2.2       Thu Nov  4 08:55:37 2004
--- emacs/lisp/vc-cvs.el        Wed Dec  8 05:02:15 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]