From bda6736f633988f16d617447b357b57026f8182e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Fri, 27 Jan 2006 19:12:42 +0000 Subject: [PATCH] (vc-sccs-state): Pass FILE to vc-user-login-name. --- lisp/vc-sccs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index c4047d1b3ec..ef2c8b34ff1 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -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))) -- 2.39.2