Mercurial > emacs
comparison lisp/ChangeLog @ 108831:c8b4b7099b45
* lisp/minibuffer.el (completion-file-name-table): Don't return a boundary
past the end of `string'.
(completion--file-name-table): Delegate to completion-file-name-table
for the `boundaries' case.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 30 May 2010 10:17:31 -0400 |
parents | 0d7ed8742a5f |
children | d901ae131f55 |
comparison
equal
deleted
inserted
replaced
108830:0d7ed8742a5f | 108831:c8b4b7099b45 |
---|---|
1 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuffer.el (completion-file-name-table): Don't return a boundary | |
4 past the end of `string' (bug#6299). | |
5 (completion--file-name-table): Delegate to completion-file-name-table | |
6 for the `boundaries' case. | |
7 | |
1 2010-05-30 Juanma Barranquero <lekktu@gmail.com> | 8 2010-05-30 Juanma Barranquero <lekktu@gmail.com> |
2 | 9 |
3 * emulation/cua-base.el: Recognize `right-char' and `left-char' as | 10 * emulation/cua-base.el: Recognize `right-char' and `left-char' as |
4 movement commands. | 11 movement commands. |
5 | 12 |