]> git.eshelyaron.com Git - emacs.git/commit
Optimize certain memq forms during byte-compilation.
authorVibhav Pant <vibhavp@gmail.com>
Sat, 24 Mar 2018 19:08:01 +0000 (00:38 +0530)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:30 +0000 (14:18 +0800)
commit2f67ad35d7d6dac283093b6daa6d8cad94c9df9b
tree290e3cbe816bfb5642c20645a5b106e6b4eed4f8
parentcf14b560bd26ed0967a9547df68bfae3887fbd9f
Optimize certain memq forms during byte-compilation.

* lisp/emacs-lisp/byte-opt.el (byte-optimize-memq): New function.
  Set the byte optimizer function for memq to byte-optimize-memq.
lisp/emacs-lisp/byte-opt.el