mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(vc-cvs-state): Handle the case where vc-state is still nil.
This commit is contained in:
parent
25a0994a81
commit
5124dd38c8
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ See also variable `vc-cvs-sticky-date-format-string'."
|
|||
(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))
|
||||
(if (memq state '(up-to-date edited nil))
|
||||
(vc-cvs-state-heuristic file)
|
||||
state))
|
||||
(with-temp-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue