summaryrefslogtreecommitdiff
path: root/lisp/vc-dir.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2008-07-22 08:42:19 +0000
committerBastien Guerry <bzg@altern.org>2008-07-22 08:42:19 +0000
commit276db9eb1f0c757815434a1a699740ded3518abc (patch)
treef72c3e85a487a2159582855e839d73d894df92d8 /lisp/vc-dir.el
parent2ae8360b51a1fc29067b0c37039036ee72d1f35a (diff)
Fixed mismatched parenthesis in vc-dir.el.
See Sven Joachim message <87fxq2cotk.fsf@gmx.de> on [emacs-devel]. 2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change) * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched paenthesis.
Diffstat (limited to 'lisp/vc-dir.el')
-rw-r--r--lisp/vc-dir.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el
index 1069f40e2e..755101dd5e 100644
--- a/lisp/vc-dir.el
+++ b/lisp/vc-dir.el
@@ -776,7 +776,7 @@ If it is a file, return the corresponding cons for the file itself."
(when (eq vc-dir-backend 'CVS)
;; FIXME: Warning: UGLY HACK. The CVS backend caches the state
;; info, this forces the backend to update it.
- (vc-call-backend vc-dir-backend 'registered fname))
+ (vc-call-backend vc-dir-backend 'registered fname)))
(state (vc-call-backend vc-dir-backend 'state fname))
(extra (vc-call-backend vc-dir-backend
'status-fileinfo-extra fname)))