Mercurial > emacs
changeset 99233:49f2f7ce975f
* electric.el (Electric-pop-up-window): Don't shrink the window if
it's already big enough.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Oct 2008 21:42:28 +0000 |
parents | 63548ee8ae9f |
children | 770ae8d8f7f4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 29 21:30:44 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 29 21:42:28 2008 +0000 @@ -1,5 +1,8 @@ 2008-10-29 Chong Yidong <cyd@stupidchicken.com> + * electric.el (Electric-pop-up-window): Don't shrink the window if + it's already big enough. + * minibuffer.el (delete-minibuffer-contents): Delete all minibuffer contents instead of just the current field.