From: Chong Yidong Date: Wed, 29 Oct 2008 21:42:28 +0000 (+0000) Subject: * electric.el (Electric-pop-up-window): Don't shrink the window if X-Git-Tag: emacs-pretest-23.0.90~2095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb07cb70dd8ae8c581245058b375256323897026;p=emacs.git * electric.el (Electric-pop-up-window): Don't shrink the window if it's already big enough. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6dfe0c0346..d681ead850e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-10-29 Chong Yidong + * 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.