Declare more mutating functions
* lisp/emacs-lisp/bytecomp.el (mutating-fns): Add assoc-delete-all, assq-delete-all and rassq-delete-all. * lisp/emacs-lisp/shortdoc.el (alist, list): Don't mutate constants in examples illustrating use of assoc-delete-all, assq-delete-all and rassq-delete-all.
This commit is contained in:
parent
88d1e9b436
commit
f8cdb9e050
2 changed files with 8 additions and 5 deletions
|
@ -3590,6 +3590,7 @@ lambda-expression."
|
|||
(delq 2) (delete 2)
|
||||
(delete-dups 1) (delete-consecutive-dups 1)
|
||||
(plist-put 1)
|
||||
(assoc-delete-all 2) (assq-delete-all 2) (rassq-delete-all 2)
|
||||
(fillarray 1)
|
||||
(store-substring 1)
|
||||
(clear-string 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue