Try declaring delq and delete important-return-value (bug#61730)

* lisp/emacs-lisp/bytecomp.el (important-return-value-fns):
Add (uncomment) `delq` and `delete`.
This commit is contained in:
Mattias Engdegård 2023-05-18 17:22:41 +02:00
parent d1404d3a11
commit 8c9377b6c4

View file

@ -3569,7 +3569,7 @@ lambda-expression."
;; Adding these functions causes many warnings;
;; evaluate how many of them are false first.
;;delq delete
delq delete
;;nconc plist-put
)))
(dolist (fn important-return-value-fns)