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.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Fri, 28 Dec 2007 16:24:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/12/28 16:24:32

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -b -r1.499 -r1.500
--- vc.el       28 Dec 2007 13:29:40 -0000      1.499
+++ vc.el       28 Dec 2007 16:24:30 -0000      1.500
@@ -3075,6 +3075,7 @@
          ((eq state 'edited) (concat "(" (vc-user-login-name file) ")"))
          ((eq state 'needs-merge) "(merge)")
          ((eq state 'needs-patch) "(patch)")
+         ((eq state 'added) "(added)")
          ((eq state 'unlocked-changes) "(stale)")))
        (buffer
         (get-file-buffer file))




reply via email to

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