]> git.eshelyaron.com Git - emacs.git/commitdiff
* electric.el (Electric-pop-up-window): Don't shrink the window if
authorChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 21:42:28 +0000 (21:42 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 21:42:28 +0000 (21:42 +0000)
it's already big enough.

lisp/ChangeLog

index e6dfe0c03468d2bf4b5a5bd91305fbe7a8ba157c..d681ead850e4fbd222693bf1ba23ee5a3f2bce6a 100644 (file)
@@ -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.