diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-29 21:30:23 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-29 21:30:23 +0000 |
commit | 03a569a42a29193197311d4bdedd52f8de44542d (patch) | |
tree | 3187aa9da2efc40be1a30e7fe17d3df841c97da2 /lisp | |
parent | 1b770c61349e8ff60d83682294cd082564bf3a1a (diff) | |
download | emacs-03a569a42a29193197311d4bdedd52f8de44542d.tar.gz |
* minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b87a4fc9930..4b2d476dcfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. |