* lisp/simple.el (command-completion-using-modes-p): Change into a
defun for now because of a build problem.
(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)))