emacs-devel
[Top][All Lists]
Advanced

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

Re: master 496bed5: Change command-completion-using-modes-p to defun


From: Stefan Monnier
Subject: Re: master 496bed5: Change command-completion-using-modes-p to defun
Date: Sun, 21 Feb 2021 15:17:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> By the way, changing it back to a defun doesn't seem to clear out the
> define-inline-ness?

In the current session, indeed.

That's a general problem with the use of `put`: the info is
associated with the symbol rather than with the actual definition.
Same holds for `gv-expand`, or obsoletion, and many others.

But not for `advertized-calling-convention` because this one uses
a hash-table indexed with the actual function object ;-)


        Stefan




reply via email to

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