diff options
| author | Stefan Monnier | 2010-05-11 20:39:46 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-11 20:39:46 -0400 |
| commit | 902a6d8d73e416ca25e2d9382479e6a78c3a8a44 (patch) | |
| tree | 837eed1b6d968daf9da79a9260611b4361621dbb /etc | |
| parent | 9ee120ba0118e977e5b7fa78123af6c765002b99 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 | +++ |