mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Mark string-search as being side effect free
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add string-search.
This commit is contained in:
parent
9fd9c9c2c0
commit
79762ffa61
1 changed files with 2 additions and 1 deletions
|
|
@ -1173,7 +1173,8 @@
|
|||
degrees-to-radians
|
||||
radians-to-degrees rassq rassoc read-from-string regexp-quote
|
||||
region-beginning region-end reverse round
|
||||
sin sqrt string string< string= string-equal string-lessp string-to-char
|
||||
sin sqrt string string< string= string-equal string-lessp
|
||||
string-search string-to-char
|
||||
string-to-number substring
|
||||
sxhash sxhash-equal sxhash-eq sxhash-eql
|
||||
symbol-function symbol-name symbol-plist symbol-value string-make-unibyte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue