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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Fri, 04 Apr 2008 23:53:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/04 23:53:01

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -b -r1.571 -r1.572
--- vc.el       4 Apr 2008 22:27:26 -0000       1.571
+++ vc.el       4 Apr 2008 23:53:00 -0000       1.572
@@ -3265,8 +3265,6 @@
                  ((file-short (substring file (length ddir)))
                   (backend (vc-backend file))
                   (state (and backend (vc-state file)))
-                  ;; XXX: EXTRA is not set here.
-                  ;; It might need to be.
                   (extra
                    (and backend
                         (vc-call-backend backend 'status-fileinfo-extra file)))




reply via email to

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