diff options
author | Sam Steingold <sds@gnu.org> | 2022-07-28 12:35:21 -0400 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2022-07-28 12:36:21 -0400 |
commit | eeeb481750b5cec264af0f4ea5298cae011e5050 (patch) | |
tree | fa0a52ecceda4e14d10f714a3ec1a57982805a98 /test/lisp/subr-tests.el | |
parent | 6023b95948e85f44d827e0066832de145737aea7 (diff) | |
download | emacs-eeeb481750b5cec264af0f4ea5298cae011e5050.tar.gz emacs-eeeb481750b5cec264af0f4ea5298cae011e5050.tar.bz2 emacs-eeeb481750b5cec264af0f4ea5298cae011e5050.zip |
Cleanup `string-equal-ignore-case' declarations.
Also, a minor declaration cleanup for other `compare-strings' thin wrappers.
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Remove
`string-equal-ignore-case', `string-prefix-p', `string-suffix-p'.
(side-effect-and-error-free-fns): Add `proper-list-p' (it already
was in `pure-fns').
(pure-fns): Remove `string-prefix-p', `string-suffix-p'
(`string-equal-ignore-case' was missing here).
* lisp/subr.el (proper-list-p): Remove partially duplicate `put's from here.
(string-equal-ignore-case, string-prefix-p, string-suffix-p): Add
`pure' and `side-effect-free' declarations.
(string-equal-ignore-case): Make inline.
Diffstat (limited to 'test/lisp/subr-tests.el')
0 files changed, 0 insertions, 0 deletions