Mercurial > emacs
changeset 60853:53a24edea9ee
(icomplete-simple-completing-p): Don't turn on icomplete
if there's no completion table.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 Mar 2005 13:43:13 +0000 |
parents | 28613c487be4 |
children | 6c3c9561257e |
files | lisp/icomplete.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Wed Mar 23 10:48:20 2005 +0000 +++ b/lisp/icomplete.el Wed Mar 23 13:43:13 2005 +0000 @@ -183,6 +183,7 @@ (and (window-minibuffer-p (selected-window)) (not executing-kbd-macro) + minibuffer-completion-table ;; (or minibuffer-completing-file-name (not (functionp minibuffer-completion-table)))) ;; )