]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 e9685a23299b9e4a47afb462e3f7c01dde068507..2782cc4e64ca63218de8fd61726c00f22caa0da7 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 740a1967b330c6a75fc054da4df748470826bd55..dcb31a2755af4a223a8d73449b9f96f5c6730ccc 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")