From: Eli Zaretskii Date: Sat, 26 Oct 2024 06:05:10 +0000 (+0300) Subject: ; * lisp/emacs-lisp/cond-star.el: Require cl-lib. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34753ccd54958eed3f92c978d1a733b7785978b8;p=emacs.git ; * lisp/emacs-lisp/cond-star.el: Require cl-lib. (cherry picked from commit 2a6af880b0958d527a4d32005ef9acf3bc4ea030) --- 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