# HG changeset patch # User Chong Yidong # Date 1218757433 0 # Node ID dbb95d0d31c2a2040ba44ab6577b28614f41404a # Parent fec80238442cb1782df90d257cfa75333da071a6 * minibuffer.el (completion-boundaries): Doc fix. (display-completion-list): New arg BASE-SIZE, to specify an overriding base-size. * simple.el (completion-base-size): Doc fix. * emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to display-completion-list. diff -r fec80238442c -r dbb95d0d31c2 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 14 19:28:44 2008 +0000 +++ b/lisp/ChangeLog Thu Aug 14 23:43:53 2008 +0000 @@ -1,3 +1,14 @@ +2008-08-14 Chong Yidong + + * minibuffer.el (completion-boundaries): Doc fix. + (display-completion-list): New arg BASE-SIZE, to specify an + overriding base-size. + + * simple.el (completion-base-size): Doc fix. + + * emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to + display-completion-list. + 2008-08-14 Michael Albinus * vc-dispatcher.el (vc-do-command): Let asynchronous processes run