emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-26 9a53b6d: Say how to override a primitive inte


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-26 9a53b6d: Say how to override a primitive interactive spec
Date: Sun, 24 Jun 2018 09:42:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> +If you wish to override a primitive interactive specification, just
> +set the @code{interactive-form} property of the primitive function's
> +symbol (@pxref{Using Interactive}).  There is no need to edit C code
> +and recompile Emacs.

You can also use advice-add for the same purpose (it's more
complicated, but it's arguably better behaved).


        Stefan



reply via email to

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