emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lars Ingebrigtsen
Subject: master 496bed5: Change command-completion-using-modes-p to defun
Date: Sat, 20 Feb 2021 09:43:50 -0500 (EST)

branch: master
commit 496bed5cf4c9dc02f18741e3eacfaca78c373db6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Change command-completion-using-modes-p to defun
    
    * lisp/simple.el (command-completion-using-modes-p): Change into a
    defun for now because of a build problem.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 121b4d3..26710e6 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1994,7 +1994,7 @@ This function uses the `read-extended-command-predicate' 
user option."
                        (funcall read-extended-command-predicate sym buffer)))))
        t nil 'extended-command-history))))
 
-(define-inline command-completion-using-modes-p (symbol buffer)
+(defun command-completion-using-modes-p (symbol buffer)
   "Say whether SYMBOL has been marked as a mode-specific command in BUFFER."
   ;; Check the modes.
   (let ((modes (command-modes symbol)))



reply via email to

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