[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; (CVS HEAD) first replace-string in a file throws error
From: |
Juanma Barranquero |
Subject: |
Re: 23.0.60; (CVS HEAD) first replace-string in a file throws error |
Date: |
Mon, 3 Mar 2008 12:53:01 +0100 |
On Mon, Mar 3, 2008 at 12:24 PM, Tim Van Holder <address@hidden> wrote:
> I cannot currently verify the problem in a clean
> bootstrapped build due to the bootstrap issue reported earlier by Angelo
> Graziosi (which seems to be a real bug, as bumping max-specdpl-size from
> 1000 to 10000 in eval.c has no effect).
Try reverting lisp/emacs-lisp/byte-opt.el to revision 1.109 and bootstrapping:
cvs update -p -r 1.109 byte-opt.el > byte-opt.el
Juanma