Mercurial > emacs
changeset 99231:9fb471c6cd8f
* minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Oct 2008 21:30:23 +0000 |
parents | 00ad633e13ee |
children | 63548ee8ae9f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 29 20:57:03 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 29 21:30:23 2008 +0000 @@ -1,5 +1,8 @@ 2008-10-29 Chong Yidong <cyd@stupidchicken.com> + * minibuffer.el (delete-minibuffer-contents): Delete all + minibuffer contents instead of just the current field. + * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.