]> git.eshelyaron.com Git - emacs.git/commit
* lisp/subr.el (string-prefix-p, string-suffix-p): Not pure.
authorMattias Engdegård <mattiase@acm.org>
Fri, 17 Mar 2023 11:13:27 +0000 (12:13 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 17 Mar 2023 11:33:14 +0000 (12:33 +0100)
commit891a37ab36a0782a798841c056a2dd86bd31161a
treec187247d9afc3d3f7f5a81214dda5f96f3df50d3
parenteba7d7970f330068d3332419623f87caf6953e6c
* lisp/subr.el (string-prefix-p, string-suffix-p): Not pure.

The `ignore-case` arguments prevent these functions from being pure.
lisp/subr.el