emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115769: * lisp/icomplete.el (icomplete-show-matches


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r115769: * lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.
Date: Fri, 27 Dec 2013 12:55:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115769
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16251
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-27 07:55:26 -0500
message:
  * lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/icomplete.el              
icomplete.el-20091113204419-o5vbwnq5f7feedwu-643
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-27 12:53:57 +0000
+++ b/lisp/ChangeLog    2013-12-27 12:55:26 +0000
@@ -1,5 +1,8 @@
 2013-12-27  Stefan Monnier  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/icomplete.el'
--- a/lisp/icomplete.el 2013-12-24 03:48:55 +0000
+++ b/lisp/icomplete.el 2013-12-27 12:55:26 +0000
@@ -78,7 +78,7 @@
   :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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]