help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Working Around for cl-count


From: Stefan Monnier
Subject: Re: Working Around for cl-count
Date: Thu, 29 Nov 2012 13:34:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Versions of Emacs less than version 24.2 complain about the lack of
>> `cl-count`.
> In older versions, `cl-count' is called `count'.
> Use something like this:
> (if (fboundp 'cl-count) #'cl-count #'count)

Or use the `cl-lib' package that's on GNU ELPA.


        Stefan


reply via email to

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