Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
76384:24884385912f | 76385:48a88502cc43 |
---|---|
1 2007-03-08 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * simple.el (minibuffer-completing-symbol): New var. | |
4 (eval-expression): Use it. | |
5 (completion-setup-function): Don't bind completion-base-size when | |
6 completing a symbol in the minibuffer. | |
7 | |
1 2007-03-08 Nick Roberts <nickrob@snap.net.nz> | 8 2007-03-08 Nick Roberts <nickrob@snap.net.nz> |
2 | 9 |
3 * progmodes/gud.el (gdb): Pop up current GUD buffer if user | 10 * progmodes/gud.el (gdb): Pop up current GUD buffer if user |
4 tries to start a second session in graphical mode. | 11 tries to start a second session in graphical mode. |
5 | 12 |