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:
parent
4f14752851
commit
bda6736f63
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user