Mosè Giordano <m...@gnu.org> writes:

> `pushnew' is not aliased to `cl-pushnew' if `cl' library isn't loaded.
> When I open an AUCTeX buffer I get
>
>     File mode specification error: (void-function pushnew)
>
> Should we defalias if not already defined?

Why is that needed?  As far as I can see, all files that use `pushnew'
do (eval-when-compile (require 'cl)), and since `pushnew' is a macro,
there shouldn't be any reference to in the compiled code anymore.

Bye,
Tassilo

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to