]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix cl-concatenate use in macros
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2021 12:12:14 +0000 (14:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2021 12:12:14 +0000 (14:12 +0200)
* lisp/emacs-lisp/cl-macs.el (inline): Remove cl-concatenate.
(Bug#45610)

lisp/emacs-lisp/cl-macs.el

index ba634d87bc710c31be91409791fd9286ac2e6646..4cee091e60d0263443ed0959a11f1669d108000a 100644 (file)
@@ -3487,8 +3487,8 @@ macro that returns its `&whole' argument."
   (put y 'side-effect-free t))
 
 ;;; Things that are inline.
-(cl-proclaim '(inline cl-acons cl-map cl-concatenate cl-notany
-               cl-notevery cl-revappend cl-nreconc gethash))
+(cl-proclaim '(inline cl-acons cl-map cl-notany cl-notevery cl-revappend
+                      cl-nreconc gethash))
 
 ;;; Things that are side-effect-free.
 (mapc (lambda (x) (function-put x 'side-effect-free t))