X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/81de9236e1daa1fe7dfd0ef9aaaf1e13b6aa74e4..4ffd0d6b569d252e4e807d4e9c9d6a5bd5b08640:/lisp/minibuffer.el diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index e012c32401..4bf06a4523 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -657,7 +657,8 @@ E = after completion we now have an Exact match. (minibuffer-hide-completions)) ;; Show the completion table, if requested. ((not exact) - (if (cond ((null completion-show-inline-help) t) + (if (cond (icomplete-mode t) + ((null completion-show-inline-help) t) ((eq completion-auto-help 'lazy) (eq this-command last-command)) (t completion-auto-help))