emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing parenthesis in vc-dir.el


From: Sven Joachim
Subject: Missing parenthesis in vc-dir.el
Date: Tue, 22 Jul 2008 10:20:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I got the error message

vc-dir.el:773:1:Error: End of file during parsing

when upgrading from CVS.  The following patch fixes this:

--8<---------------cut here---------------start------------->8---
--- vc-dir.el.~1.13.~   2008-07-22 10:07:16.000000000 +0200
+++ vc-dir.el   2008-07-22 10:12:26.000000000 +0200
@@ -776,7 +776,7 @@
          (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)))
--8<---------------cut here---------------end--------------->8---

Sven




reply via email to

[Prev in Thread] Current Thread [Next in Thread]