]> git.eshelyaron.com Git - emacs.git/commit
Declare more string predicates as pure
authorMattias Engdegård <mattiase@acm.org>
Sun, 28 Feb 2021 18:02:15 +0000 (19:02 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 28 Feb 2021 19:18:43 +0000 (20:18 +0100)
commitf8ab343eb93741209953e0d314b7c133bee91dda
treedb84b5f5ad55d886c90024d65413bd4321164c22
parenta286e02580cc4daf0e9edfc0086c517a1770dff4
Declare more string predicates as pure

* lisp/emacs-lisp/byte-opt.el (pure-fns): Treat string>,
string-greaterp, string-empty-p, string-blank-p, string-prefix-p and
string-suffix-p as pure functions in the compiler.
lisp/emacs-lisp/byte-opt.el