Luc Teirlinck <[EMAIL PROTECTED]> writes:

[...]

> Your tree does not include the compiled Lisp files.

[...]

> Bootstrapping _claims_ it has compiled a huge number Lisp files, but it
> did not compile one single one.

The problem was introduced by this change:

2005-03-06  Richard M. Stallman  <[EMAIL PROTECTED]>

        * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.

        * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
        (Feval, Ffuncall): Use CHECK_CONS_LIST.

        * lisp.h (CHECK_CONS_LIST): New macro (two definitions).

        * blockinput.h (UNBLOCK_INPUT_TO): New macro.
        (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.

Specifically, by the use of UNBLOCK_INPUT_TO in eval.c.

Lute.


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to