* lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Dec 2013 12:55:26 +0000 (07:55 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Dec 2013 12:55:26 +0000 (07:55 -0500)
Fixes: debbugs:16251

lisp/ChangeLog
lisp/icomplete.el

index e9685a2..2782cc4 100644 (file)
@@ -1,5 +1,8 @@
 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
+       (bug#16251).
+
        * electric.el: Move all electric-pair-* to elec-pair.el.
        * elec-pair.el: New file, split from electric.el.
 
index 740a196..dcb31a2 100644 (file)
@@ -78,7 +78,7 @@ When nil, show candidates in full."
   :type 'boolean
   :version "24.4")
 
-(defcustom icomplete-show-matches-on-no-input t
+(defcustom icomplete-show-matches-on-no-input nil
   "When non-nil, show completions when first prompting for input."
   :type 'boolean
   :version "24.4")