emacs-diffs
[Top][All Lists]
Advanced

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

master 94807b68961: ; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash


From: Mattias Engdegård
Subject: master 94807b68961: ; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl
Date: Mon, 6 Nov 2023 06:10:58 -0500 (EST)

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

    ; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl
---
 lisp/emacs-lisp/cl-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 71a9ad33f98..e2c13534054 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -3735,7 +3735,7 @@ macro that returns its `&whole' argument."
 
 ;;; Things that are inline.
 (cl-proclaim '(inline cl-acons cl-map cl-notany cl-notevery cl-revappend
-                      cl-nreconc gethash))
+               cl-nreconc))
 
 ;;; Things that are side-effect-free.
 (mapc (lambda (x) (function-put x 'side-effect-free t))



reply via email to

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