emacs-devel
[Top][All Lists]
Advanced

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

Re: master c8a2af3037 1/3: Add new function function-alias-p


From: Lars Ingebrigtsen
Subject: Re: master c8a2af3037 1/3: Add new function function-alias-p
Date: Thu, 20 Jan 2022 10:54:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Could be.  I was thinking of cases like `interactive-form`, `commandp`,
> and `documentation` where we usually want to fetch the info off of the
> function object, but we need to check some symbol property along the way
> in case it shadows the function's own value.

Right.  But looking at `commandp', for instance -- I don't think we
could usefully use `function-alias-p' there anyway, no matter what it
returns, so changing the value from `function-alias-p' based on
`commandp' usage doesn't seem all that pertinent.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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