Mercurial > emacs
comparison lisp/ChangeLog @ 94216:34110d646fc8
(vc-bzr-complete-with-prefix): Remove.
(vc-bzr-revision-completion-table): Use completion-table-with-context instead.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 21 Apr 2008 20:49:06 +0000 |
parents | 28a10b30dfc6 |
children | 3a71d408918b |
comparison
equal
deleted
inserted
replaced
94215:28a10b30dfc6 | 94216:34110d646fc8 |
---|---|
1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove. | |
4 (vc-bzr-revision-completion-table): Use completion-table-with-context | |
5 instead. | |
2 | 6 |
3 * simple.el (choose-completion-string): Use minibuffer-completion-table. | 7 * simple.el (choose-completion-string): Use minibuffer-completion-table. |
4 | 8 |
5 2008-04-21 Chong Yidong <cyd@stupidchicken.com> | 9 2008-04-21 Chong Yidong <cyd@stupidchicken.com> |
6 | 10 |