emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros


From: Johann Klähn
Subject: Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros
Date: Wed, 13 Apr 2022 21:46:47 +0200

I think you missed the `y' parameter in your second example:

On Tue, Apr 12, 2022 at 22:48 -0700, Sean Whitton wrote:
> +@example
> +(defmacro my-list (x &rest forms)
                      ^^^ here

> +  (cl-once-only (x y)
> +    `(list ,x ,y ,x ,y
> +           (progn ,@@forms))))
> +@end example




reply via email to

[Prev in Thread] Current Thread [Next in Thread]