diff lisp/minibuffer.el @ 107858:57532220127a

Fix Bug#5840. * ido.el (ido-file-name-all-completions-1): * minibuffer.el (minibuffer-completion-help): * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
author Michael Albinus <albinus@detlef>
date Thu, 15 Apr 2010 00:05:14 +0200
parents 75e87467a0db
children c168d4537385
line wrap: on
line diff
--- a/lisp/minibuffer.el	Wed Apr 14 08:36:25 2010 -0700
+++ b/lisp/minibuffer.el	Thu Apr 15 00:05:14 2010 +0200
@@ -1028,7 +1028,8 @@
   "Display a list of possible completions of the current minibuffer contents."
   (interactive)
   (message "Making completion list...")
-  (let* ((start (field-beginning))
+  (let* ((non-essential t)
+	 (start (field-beginning))
          (string (field-string))
          (completions (completion-all-completions
                        string