help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Prefix Argument and optional argument


From: Emanuel Berg
Subject: Re: Prefix Argument and optional argument
Date: Thu, 07 Jul 2022 17:50:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen wrote:

>> With the exception of
>>
>> (defun dope (_arg)
>>   (interactive "P") )
>
> Indeed.  Interesting.

(unless (seq-every-p #'symbolp (cdr (cdr int)))
  (byte-compile-warn-x int "malformed interactive specc: %s"
    int))

lines 3116-3118 in

  /usr/local/share/emacs/29.0.50/lisp/emacs-lisp/bytecomp.el.gz

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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