[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: interactive-p obsolete
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Wed, 06 Jul 2011 12:58:03 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11603
- References: <87pqlorvyh.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.11600] jidanni@xxxxxxxxxxx wrote:
> On (info "(emacs-w3m) Gnus") we are told to use
> (if (interactive-p)
> However
> This function is obsolete since 23.2;
> use `called-interactively-p' instead.
> Please update the paragraph and tell us what you used. Thanks.
We cannot use `called-interactively-p', otherwise emacs-w3m won't
work with old Emacsen. Some Lisp packages, even in the Emacs trunk,
still use `interactive-p' for the same reason.