]> git.eshelyaron.com Git - emacs.git/commit
Add some `pure` and `side-effect-free` declarations
authorMattias Engdegård <mattiase@acm.org>
Wed, 15 Feb 2023 11:01:25 +0000 (12:01 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 15 Feb 2023 11:04:13 +0000 (12:04 +0100)
commit16ba96ad3ddbd5607a2e40ffe5abfe53c3e6a1c5
tree7b40855dacc0bdf813e93b0f8fe236e30478861a
parent51e3f91f50da43f18706410bf6cd096684379daa
Add some `pure` and `side-effect-free` declarations

* lisp/subr.el (string-to-list, string-to-vector, string-or-null-p)
(booleanp, special-form-p, plistp, macrop, compiled-function-p)
(flatten-tree):
* lisp/emacs-lisp/subr-x.el (string-join, string-truncate-left)
(string-blank-p, string-remove-prefix, string-remove-suffix)
(string-pad, string-chop-newline):
Declare functions pure, side-effect-free, and/or error-free.
lisp/emacs-lisp/subr-x.el
lisp/subr.el