emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master d895f6c: Fix Edebug specs for 'cl-defmethod' an


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master d895f6c: Fix Edebug specs for 'cl-defmethod' and 'defmethod'
Date: Tue, 02 May 2017 10:08:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> -             [ &optional keywordp ]     ; this is key :before etc
> -             list                       ; arguments
> +             [ &optional keywordp       ; this is key :before etc
> +               &optional stringp ]      ; :extra can be followed by a string

Actually, there can be any number of non-lists between the function name
and the arg list.  So it should probably be more like [ &rest atom ] or
something like that.


        Stefan



reply via email to

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