mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
; * lisp/emacs-lisp/cond-star.el: Require cl-lib.
This commit is contained in:
parent
4b9daca842
commit
2a6af880b0
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'cl-lib) ; for cl-assert
|
||||||
|
|
||||||
(defmacro cond* (&rest clauses)
|
(defmacro cond* (&rest clauses)
|
||||||
"Extended form of traditional Lisp `cond' construct.
|
"Extended form of traditional Lisp `cond' construct.
|
||||||
A `cond*' construct is a series of clauses, and a clause
|
A `cond*' construct is a series of clauses, and a clause
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue