diff etc/NEWS @ 108500:9f927f4deab4

Allow the default completion to cycle. * minibuffer.el (completion-cycle-threshold): New custom var. (completion--do-completion): Use it. (minibuffer-complete): Use cycling if appropriate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 May 2010 20:39:46 -0400
parents aa05f2497948
children 27a878644c60
line wrap: on
line diff
--- a/etc/NEWS	Wed May 12 00:01:34 2010 +0200
+++ b/etc/NEWS	Tue May 11 20:39:46 2010 -0400
@@ -43,6 +43,8 @@
 
 * Changes in Emacs 24.1
 
+** Completion can cycle, depending on completion-cycle-threshold.
+
 ** auto-mode-case-fold is now enabled by default.
 
 +++