Hi Tassilo,

2015-03-08 20:54 GMT+01:00 Tassilo Horn <t...@gnu.org>:
> Uwe Brauer <o...@mat.ucm.es> writes:
>
>> The only thing I can think of might be
>> (add-to-list 'path file t)
>
> Using `add-to-list' on locals is discouraged in GNU Emacs, too, so I've
> replaced it with `pushnew' / `nreverse'.

`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?

Bye,
Mosè

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

Reply via email to