Mercurial > emacs
diff lisp/ChangeLog @ 76385:48a88502cc43
* simple.el (minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 08 Mar 2007 14:42:49 +0000 |
parents | a5b023692148 |
children | f96010398e67 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 08 14:34:11 2007 +0000 +++ b/lisp/ChangeLog Thu Mar 08 14:42:49 2007 +0000 @@ -1,3 +1,10 @@ +2007-03-08 Chong Yidong <cyd@stupidchicken.com> + + * simple.el (minibuffer-completing-symbol): New var. + (eval-expression): Use it. + (completion-setup-function): Don't bind completion-base-size when + completing a symbol in the minibuffer. + 2007-03-08 Nick Roberts <nickrob@snap.net.nz> * progmodes/gud.el (gdb): Pop up current GUD buffer if user