emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/hyperbole a74747a330 4/4: Add interactive creation


From: Stefan Monnier
Subject: Re: [elpa] externals/hyperbole a74747a330 4/4: Add interactive creation of named implicit buttons via Ibut/Create
Date: Mon, 03 Apr 2023 23:28:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hmm... regarding:

> +(def-edebug-spec cl-defun
> + (&define name lambda-key-list
> +          [&optional stringp]   ; Match the doc string, if present.
> +          def-body))
> +
> +(def-edebug-spec lambda-key-list
> + (([&rest arg]
> +   [&optional ["&optional" "&key" arg &rest arg]]
> +   [&optional ["&optional" arg &rest arg]]
> +   &optional ["&rest" arg])))

Why do you need that?  `cl-lib` already provides that (and more) and if
this file is loaded, than `cl-lib` should also be loaded.


        Stefan




reply via email to

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