summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-04-04 23:53:00 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-04-04 23:53:00 +0000
commitd926e68f197d0703b6c10693f89a352ac77e0b6a (patch)
tree00e026a6137e21ab1278341cb8839493d7364f64 /lisp
parent388c38f9b30c5f8dbf21b3dac0179cd37d8432b2 (diff)
downloademacs-d926e68f197d0703b6c10693f89a352ac77e0b6a.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index db7671f63bb..a9c08797538 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -3265,8 +3265,6 @@ that share the same state."
((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)))