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: Sat, 20 Feb 2021 10:00:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -(define-inline command-completion-using-modes-p (symbol buffer)
> +(defun command-completion-using-modes-p (symbol buffer)

`define-inline` can be used to define inlinable functions, but it's not
like `defsubst`: the body needs to be changed to look a bit more like
what a macro would look like.


        Stefan




reply via email to

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