; fix important-return-value-fns mistake
* lisp/emacs-lisp/bytecomp.el (important-return-value-fns): Remove assoc-string; it's already side-effect-free.
This commit is contained in:
parent
0d411a0a6d
commit
c9c0d1cf7f
1 changed files with 1 additions and 1 deletions
|
@ -3560,7 +3560,7 @@ lambda-expression."
|
|||
;; These functions are side-effect-free except for the
|
||||
;; behaviour of functions passed as argument.
|
||||
mapcar mapcan mapconcat
|
||||
assoc assoc-string plist-get plist-member
|
||||
assoc plist-get plist-member
|
||||
|
||||
;; It's safe to ignore the value of `sort' and `nreverse'
|
||||
;; when used on arrays, but most calls pass lists.
|
||||
|
|
Loading…
Add table
Reference in a new issue