]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cond-star.el: Require cl-lib.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Oct 2024 06:05:10 +0000 (09:05 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Oct 2024 16:46:04 +0000 (18:46 +0200)
(cherry picked from commit 2a6af880b0958d527a4d32005ef9acf3bc4ea030)

lisp/emacs-lisp/cond-star.el

index c7f2c8e17e33d2d71f9e2390f946190d87070aa0..0c9efcf07dce2cd7511c4f7ca8440757ce9d1c91 100644 (file)
@@ -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