* 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
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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).