On 09/15/2012 06:21 AM, Aneesh Kumar K.V wrote:
>
> A recent release of gloabl require the below change
>
> diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el
> index c3b7e3c..1bf2e94 100644
> --- a/lisp/cedet/cedet-global.el
> +++ b/lisp/cedet/cedet-global.el
> @@ -147,7 +147,7 @@ return nil."
> nil)
> (with-current-buffer b
> (goto-char (point-min))
> - (re-search-forward "GNU GLOBAL \\([0-9.]+\\)" nil t)
> + (re-search-forward "(GNU GLOBAL) \\([0-9.]+\\)" nil t)
> (setq rev (match-string 1))
> (if (inversion-check-version rev nil cedet-global-min-version)
> (if noerror
Thanks!
I checked in a change similar to this that continues to work with the
version of Global I have.
Eric
|