David Kastrup <[email protected]> writes:

>> (if (fboundp 'cl-count)
>>     (defalias 'TeX-count 'cl-count
>>       "Return the number of occurences of the ITEM in LIST.
>> The tests are done with `eql'.")
>
> Not sure that's good.  AUCTeX does
>
> (eval-when-compile
>   (require 'cl))
>
> in tex.el so the alias will be defined when byte-compiling, but that
> does not mean that you can use cl-count at run-time.

Good point.  So Oleh, just use the definition in the else-clause.

Bye,
Tassilo

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to