emacs-devel
[Top][All Lists]
Advanced

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

Re: [emacs-w3m:11603] Re: interactive-p obsolete


From: Juanma Barranquero
Subject: Re: [emacs-w3m:11603] Re: interactive-p obsolete
Date: Thu, 7 Jul 2011 15:41:30 +0200

On Thu, Jul 7, 2011 at 14:55, Andreas Röhler <address@hidden> wrote:

> what will happen if the before-last line is execute with an element "kind"
> delivered as nil
>
>         `(with-no-warnings (called-interactively-p ,kind))
>
> as "kind" is optional in your macro, that might happen AFAIU
>
> Can't see called-interactively-p allows nil delivered as "kind".

`org-called-interactively-p' is a compatibility function, so meant to
be called like `called-interactively-p' is. Passing it nil is an
error, like it would be for `called-interactively-p'.

    Juanma



reply via email to

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