all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build failure from GIT HEAD
@ 2008-07-22  8:35 dhruva
  2008-07-23 15:06 ` Bastien Guerry
  0 siblings, 1 reply; 2+ messages in thread
From: dhruva @ 2008-07-22  8:35 UTC (permalink / raw
  To: Emacs Development

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/





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

* Re: Build failure from GIT HEAD
  2008-07-22  8:35 Build failure from GIT HEAD dhruva
@ 2008-07-23 15:06 ` Bastien Guerry
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Guerry @ 2008-07-23 15:06 UTC (permalink / raw
  To: emacs-devel

dhruva <dhruva@ymail.com> writes:

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

I've already fixed this in Emacs CVS.  
I guess the git repo will reflect this change soon.

Thanks,

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

-- 
Bastien




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

end of thread, other threads:[~2008-07-23 15:06 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:35 Build failure from GIT HEAD dhruva
2008-07-23 15:06 ` 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.