emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c9377b6c4e: Try declaring `delq` and `delete` important-return-v


From: Mattias Engdegård
Subject: master 8c9377b6c4e: Try declaring `delq` and `delete` important-return-value (bug#61730)
Date: Thu, 18 May 2023 11:27:15 -0400 (EDT)

branch: master
commit 8c9377b6c4e907e65712fbf0ba0cf90f51da5ef6
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Try declaring `delq` and `delete` important-return-value (bug#61730)
    
    * lisp/emacs-lisp/bytecomp.el (important-return-value-fns):
    Add (uncomment) `delq` and `delete`.
---
 lisp/emacs-lisp/bytecomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index a192d599d1d..deda4573229 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]