From: Lars Ingebrigtsen Date: Sat, 20 Feb 2021 14:43:26 +0000 (+0100) Subject: Change command-completion-using-modes-p to defun X-Git-Tag: emacs-28.0.90~3630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=496bed5cf4c9dc02f18741e3eacfaca78c373db6;p=emacs.git 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. --- diff --git a/lisp/simple.el b/lisp/simple.el index 121b4d35a73..26710e6d53d 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)))