diff options
| author | Chong Yidong | 2008-08-15 00:11:17 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-15 00:11:17 +0000 |
| commit | 14d2d39965bda959071fef98f3a2b9a7747a576b (patch) | |
| tree | 17e64e91ff0fa818ae89d873426ae31962babb18 | |
| parent | 7bc7f64d75bf3835a048c0bdec2957691b7bb2ad (diff) | |
| download | emacs-14d2d39965bda959071fef98f3a2b9a7747a576b.tar.gz emacs-14d2d39965bda959071fef98f3a2b9a7747a576b.zip | |
* minibuffer.el (display-completion-list): Revert last change.
Only default base-size to zero if completing in the minibuffer.
* emacs-lisp/lisp.el (lisp-complete-symbol): Revert last change.
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f931b6b802..63cbf5f0ae5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,11 @@ | |||
| 1 | 2008-08-14 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-08-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * minibuffer.el (completion-boundaries): Doc fix. | 3 | * minibuffer.el (completion-boundaries): Doc fix. |
| 4 | (display-completion-list): New arg BASE-SIZE, to specify an | 4 | (display-completion-list): Only default base-size to zero if |
| 5 | overriding base-size. | 5 | completing in the minibuffer. |
| 6 | 6 | ||
| 7 | * simple.el (completion-base-size): Doc fix. | 7 | * simple.el (completion-base-size): Doc fix. |
| 8 | 8 | ||
| 9 | * emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to | ||
| 10 | display-completion-list. | ||
| 11 | |||
| 12 | 2008-08-14 Michael Albinus <michael.albinus@gmx.de> | 9 | 2008-08-14 Michael Albinus <michael.albinus@gmx.de> |
| 13 | 10 | ||
| 14 | * vc-dispatcher.el (vc-do-command): Let asynchronous processes run | 11 | * vc-dispatcher.el (vc-do-command): Let asynchronous processes run |