comparison lisp/ChangeLog @ 105711:834e4fdbe74a

(completion-table-with-terminator): Allow to specify the terminator-regexp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Oct 2009 16:14:49 +0000
parents eb03599b0d98
children 3f36e4d4d40c
comparison
equal deleted inserted replaced
105710:eb03599b0d98 105711:834e4fdbe74a
1 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-table-with-terminator): Allow to specify
4 the terminator-regexp.
2 5
3 * simple.el (switch-to-completions): Look for *Completions* in other 6 * simple.el (switch-to-completions): Look for *Completions* in other
4 frames as well. 7 frames as well.
5 8
6 * pcomplete.el: Allow the use of completion-tables. 9 * pcomplete.el: Allow the use of completion-tables.