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

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

bug#9602: kbd macro does not evaluate its parameter


From: Stefan Monnier
Subject: bug#9602: kbd macro does not evaluate its parameter
Date: Mon, 26 Sep 2011 09:43:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Yes, kbd should have been defined as an alias of read-kbd-macro
>> (i.e. a function) and mark it as pure so the byte-optimizer can
>> precompute it when applicable.
> How do you mean by 'mark it as pure' and how to do it?

(put 'kbd 'byte-optimizer 'byte-optimize-pure-func)


        Stefan





reply via email to

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