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:
parent
d1404d3a11
commit
8c9377b6c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue