From fe7263803c37c836b3484861fbe13674a5063b4e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Jan 2021 14:12:14 +0200 Subject: [PATCH] Fix cl-concatenate use in macros * lisp/emacs-lisp/cl-macs.el (inline): Remove cl-concatenate. (Bug#45610) --- lisp/emacs-lisp/cl-macs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index ba634d87bc7..4cee091e60d 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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)) -- 2.39.5