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 729c085..3ec840f 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 1069f40..755101d 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)))