]> git.eshelyaron.com Git - emacs.git/commit
Disable unused-return-value warning for delq and delete, again
authorMattias Engdegård <mattiase@acm.org>
Wed, 31 May 2023 14:34:01 +0000 (16:34 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 31 May 2023 15:09:12 +0000 (17:09 +0200)
commitddf8587bb542d9826aa7c66e97365923d3f53ea0
tree5beefe0d6c776d11419afbec8de89c89321321db
parent2df7b98de317a7f89d1ec342d79a93dd789c70bc
Disable unused-return-value warning for delq and delete, again

* lisp/emacs-lisp/bytecomp.el (important-return-value-fns):
Remove `delq` and `delete` since they resulted in false
positives that nobody was interested in silencing (bug#61730).
lisp/emacs-lisp/bytecomp.el