From: Dan Nicolaescu Date: Fri, 4 Apr 2008 23:53:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d926e68f197d0703b6c10693f89a352ac77e0b6a;p=emacs.git *** empty log message *** --- 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)))