all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Missing parenthesis in vc-dir.el
@ 2008-07-22  8:20 Sven Joachim
  2008-07-22  8:42 ` Bastien Guerry
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2008-07-22  8:20 UTC (permalink / raw
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Missing parenthesis in vc-dir.el
  2008-07-22  8:20 Missing parenthesis in vc-dir.el Sven Joachim
@ 2008-07-22  8:42 ` Bastien Guerry
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Guerry @ 2008-07-22  8:42 UTC (permalink / raw
  To: emacs-devel

Sven Joachim <svenjoac@gmx.de> writes:

> 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:

Applied, thanks.

-- 
Bastien




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-22  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22  8:20 Missing parenthesis in vc-dir.el Sven Joachim
2008-07-22  8:42 ` Bastien Guerry

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.