emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootstrap fails


From: Stefan Monnier
Subject: Re: make bootstrap fails
Date: Fri, 15 Nov 2002 09:24:08 -0500

> cc-bytecomp-defun changes the function definition of the
> argument symbol (in the current case; char-table-p) to
> cc-bytecomp-ignore while byte-compiling.

But the code does:

     (if (and (cc-bytecomp-is-compiling)
              (= cc-bytecomp-load-depth 0)
              (not (fboundp ',fun)))
         (fset ',fun 'cc-bytecomp-ignore))))

and since char-table-p is bound, it should leave char-table-p alone.
So there's still yet-something-else going on.


        Stefan





reply via email to

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