projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf81706
)
; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 6 Nov 2023 11:06:40 +0000
(12:06 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 6 Nov 2023 11:10:02 +0000
(12:10 +0100)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 71a9ad33f983fe04c0c8184cd44f20d98ba51fd8..e2c13534054f9ba2b54fcb304c4884aa240eb414 100644
(file)
--- 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))