1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(vc-sccs-state): Pass FILE to vc-user-login-name.

This commit is contained in:
André Spiegel 2006-01-27 19:12:42 +00:00
parent 4f14752851
commit bda6736f63

View File

@ -108,7 +108,7 @@ For a description of possible values, see `vc-check-master-templates'."
(if (vc-workfile-unchanged-p file)
'up-to-date
'unlocked-changes)
(if (string= locking-user (vc-user-login-name))
(if (string= locking-user (vc-user-login-name file))
'edited
locking-user)))
'up-to-date)))