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-sccs.el


From: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-sccs.el
Date: Fri, 27 Jan 2006 19:12:42 +0000

Index: emacs/lisp/vc-sccs.el
diff -u emacs/lisp/vc-sccs.el:1.30 emacs/lisp/vc-sccs.el:1.31
--- emacs/lisp/vc-sccs.el:1.30  Sun Jan 22 16:10:07 2006
+++ emacs/lisp/vc-sccs.el       Fri Jan 27 19:12:42 2006
@@ -108,7 +108,7 @@
               (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]