aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-05-11 20:39:46 -0400
committerStefan Monnier2010-05-11 20:39:46 -0400
commit902a6d8d73e416ca25e2d9382479e6a78c3a8a44 (patch)
tree837eed1b6d968daf9da79a9260611b4361621dbb /etc
parent9ee120ba0118e977e5b7fa78123af6c765002b99 (diff)
downloademacs-902a6d8d73e416ca25e2d9382479e6a78c3a8a44.tar.gz
emacs-902a6d8d73e416ca25e2d9382479e6a78c3a8a44.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d20a87e76e9..c4393a53efe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,8 @@ You can disable this by using --without-selinux.
43 43
44* Changes in Emacs 24.1 44* Changes in Emacs 24.1
45 45
46** Completion can cycle, depending on completion-cycle-threshold.
47
46** auto-mode-case-fold is now enabled by default. 48** auto-mode-case-fold is now enabled by default.
47 49
48+++ 50+++