diff options
| author | Dan Nicolaescu | 2008-04-04 23:53:00 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-04-04 23:53:00 +0000 |
| commit | d926e68f197d0703b6c10693f89a352ac77e0b6a (patch) | |
| tree | 00e026a6137e21ab1278341cb8839493d7364f64 | |
| parent | 388c38f9b30c5f8dbf21b3dac0179cd37d8432b2 (diff) | |
| download | emacs-d926e68f197d0703b6c10693f89a352ac77e0b6a.tar.gz emacs-d926e68f197d0703b6c10693f89a352ac77e0b6a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/vc.el | 2 |
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." | |||
| 3265 | ((file-short (substring file (length ddir))) | 3265 | ((file-short (substring file (length ddir))) |
| 3266 | (backend (vc-backend file)) | 3266 | (backend (vc-backend file)) |
| 3267 | (state (and backend (vc-state file))) | 3267 | (state (and backend (vc-state file))) |
| 3268 | ;; XXX: EXTRA is not set here. | ||
| 3269 | ;; It might need to be. | ||
| 3270 | (extra | 3268 | (extra |
| 3271 | (and backend | 3269 | (and backend |
| 3272 | (vc-call-backend backend 'status-fileinfo-extra file))) | 3270 | (vc-call-backend backend 'status-fileinfo-extra file))) |