(icomplete-simple-completing-p): Don't turn on icomplete
if there's no completion table.
This commit is contained in:
parent
82e38f3e4c
commit
c22e3cd407
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ Conditions are:
|
|||
|
||||
(and (window-minibuffer-p (selected-window))
|
||||
(not executing-kbd-macro)
|
||||
minibuffer-completion-table
|
||||
;; (or minibuffer-completing-file-name
|
||||
(not (functionp minibuffer-completion-table)))) ;; )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue