emacs-devel
[Top][All Lists]
Advanced

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

Re: Build failure from GIT HEAD


From: Bastien Guerry
Subject: Re: Build failure from GIT HEAD
Date: Wed, 23 Jul 2008 17:06:32 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

dhruva <address@hidden> 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




reply via email to

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