all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: emacs-devel@gnu.org
Subject: Missing parenthesis in vc-dir.el
Date: Tue, 22 Jul 2008 10:20:39 +0200	[thread overview]
Message-ID: <87fxq2cotk.fsf@gmx.de> (raw)

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	other threads:[~2008-07-22  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22  8:20 Sven Joachim [this message]
2008-07-22  8:42 ` Missing parenthesis in vc-dir.el Bastien Guerry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fxq2cotk.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.