From 091c592dd776dc014d9c7b071726c350b172c9fd Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 13 Feb 2025 18:40:07 +0100 Subject: [PATCH] ; Fix last change to cl-extra.el. (cherry picked from commit 9746fbc26415b5bff883b2134f316b2678528295) --- lisp/emacs-lisp/cl-extra.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el index 5dc6bea5148..dad4819db3d 100644 --- a/lisp/emacs-lisp/cl-extra.el +++ b/lisp/emacs-lisp/cl-extra.el @@ -561,8 +561,8 @@ If END is omitted, it defaults to the length of the sequence. If START or END is negative, it counts from the end. Signal an error if START or END are outside of the sequence (i.e too large if positive or too small if negative)." - (declare (side-effect-free t)) - (declare (gv-setter + (declare (side-effect-free t) + (gv-setter (lambda (new) (macroexp-let2 nil new new `(progn (cl-replace ,seq ,new :start1 ,start :end1 ,end) -- 2.39.5