]> git.eshelyaron.com Git - emacs.git/commit
optimization: constand folding for read-kbd-macro
authorWang Chunye <chunywan@xilinx.com>
Fri, 20 Mar 2020 13:25:35 +0000 (06:25 -0700)
committerWang Chunye <chunywan@xilinx.com>
Sun, 6 Feb 2022 13:23:46 +0000 (21:23 +0800)
commit9be2580f5f26cc572d68a465c2fbe1159cc89a8d
treedf71c2ef5b718372c165d745525fecb2b655c913
parentffa5f0397af87c7258f58082408281bf3a5a2deb
optimization: constand folding for read-kbd-macro

to boost startup performance, it is better to avoid invoking
`read-kbd-macro` at run time which requires 'cl-lib.

it takes ~20ms to load cl-lib

Copyright-paperwork-exempt: yes
lisp/use-package/bind-key.el