]> code.delx.au - gnu-emacs/commitdiff
Fixed mismatched parenthesis in vc-dir.el.
authorBastien Guerry <bzg@altern.org>
Tue, 22 Jul 2008 08:42:19 +0000 (08:42 +0000)
committerBastien Guerry <bzg@altern.org>
Tue, 22 Jul 2008 08:42:19 +0000 (08:42 +0000)
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.

lisp/ChangeLog
lisp/vc-dir.el

index 729c0859ff337bd0b7e7f2709404f33f70409ae5..3ec840f687a669c4ee9898d7973b1f3b82cd8ef4 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-22  Sven Joachim <svenjoac@gmx.de>  (tiny change)
+
+       * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched
+       paenthesis.
+
 2008-07-22  Miles Bader  <miles@gnu.org>
 
        * progmodes/sh-script.el (sh-newline-and-indent): Remove.
index 1069f40e2ea0415929b3d1dfb2fe4b9b2509061d..755101dd5eec1c8376bc35a75f09aa5b77fcc418 100644 (file)
@@ -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)))