From 34753ccd54958eed3f92c978d1a733b7785978b8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Oct 2024 09:05:10 +0300 Subject: [PATCH] ; * lisp/emacs-lisp/cond-star.el: Require cl-lib. (cherry picked from commit 2a6af880b0958d527a4d32005ef9acf3bc4ea030) --- lisp/emacs-lisp/cond-star.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/cond-star.el b/lisp/emacs-lisp/cond-star.el index c7f2c8e17e3..0c9efcf07dc 100644 --- a/lisp/emacs-lisp/cond-star.el +++ b/lisp/emacs-lisp/cond-star.el @@ -38,6 +38,8 @@ ;;; Code: +(require 'cl-lib) ; for cl-assert + (defmacro cond* (&rest clauses) "Extended form of traditional Lisp `cond' construct. A `cond*' construct is a series of clauses, and a clause -- 2.39.5