]> git.eshelyaron.com Git - emacs.git/commit
Optimize byte-compilation of proper-list-p
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 9 Apr 2019 15:51:55 +0000 (16:51 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 12 Apr 2019 13:25:36 +0000 (14:25 +0100)
commit9a54e70c184cd9f65f1141a1b1df87e9afb83d2f
tree1ec102a85466c318cc12a7f6ebdb4d24d6cd00b7
parent6dc4c722af4e5f9f189631638700cd1fb3cc2edb
Optimize byte-compilation of proper-list-p

For discussion, see thread starting at:
https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00316.html
* lisp/emacs-lisp/byte-opt.el: Optimize proper-list-p as a
predicate.
* lisp/subr.el: Mark proper-list-p as pure, and side-effect and
error free.
lisp/emacs-lisp/byte-opt.el
lisp/subr.el