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.
This commit is contained in:
parent
006d0ae396
commit
496bed5cf4
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue