projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1404d3
)
Try declaring `delq` and `delete` important-return-value (bug#61730)
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 18 May 2023 15:22:41 +0000
(17:22 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 18 May 2023 15:22:41 +0000
(17:22 +0200)
* lisp/emacs-lisp/bytecomp.el (important-return-value-fns):
Add (uncomment) `delq` and `delete`.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index a192d599d1d075c0e61cf5e9e36d386ad2f13dfc..deda457322986448f961f26e7512817669b56b07 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-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)