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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el [lexbind]
Date: Wed, 08 Dec 2004 19:16:48 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.41.2.5 emacs/lisp/vc-cvs.el:1.41.2.6
*** emacs/lisp/vc-cvs.el:1.41.2.5       Thu Nov  4 13:12:40 2004
--- emacs/lisp/vc-cvs.el        Wed Dec  8 23:36:20 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]