emacs-devel
[Top][All Lists]
Advanced

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

Build failure from GIT HEAD


From: dhruva
Subject: Build failure from GIT HEAD
Date: Tue, 22 Jul 2008 14:05:25 +0530 (IST)

Hi,
 Build from GIT HEAD fails (on GNU/Linux and WXP) due to a missing paren in 
lisp/vc-dir.el. The following patch fixes the issue.

diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el
index 1069f40..755101d 100644
--- a/lisp/vc-dir.el
+++ b/lisp/vc-dir.el
@@ -776,7 +776,7 @@ If it is a file, return the corresponding cons for the file
          (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)))

-dhruva



      Did you know? You can CHAT without downloading messenger. Go to 
http://in.webmessenger.yahoo.com/





reply via email to

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