]> git.eshelyaron.com Git - emacs.git/commitdiff
Try declaring `delq` and `delete` important-return-value (bug#61730)
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 May 2023 15:22:41 +0000 (17:22 +0200)
committerMattias 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

index a192d599d1d075c0e61cf5e9e36d386ad2f13dfc..deda457322986448f961f26e7512817669b56b07 100644 (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)