Mercurial > emacs
comparison lisp/ChangeLog @ 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 | ffe7f17f895f |
children | 75f27a9b3b3a |
comparison
equal
deleted
inserted
replaced
108499:ffe7f17f895f | 108500:9f927f4deab4 |
---|---|
1 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuffer.el (completion-cycle-threshold): New custom var. | |
4 (completion--do-completion): Use it. | |
5 (minibuffer-complete): Use cycling if appropriate. | |
6 | |
1 2010-05-11 Juanma Barranquero <lekktu@gmail.com> | 7 2010-05-11 Juanma Barranquero <lekktu@gmail.com> |
2 | 8 |
3 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically | 9 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically |
4 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173). | 10 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173). |
5 | 11 |