summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-10-29 21:30:23 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-10-29 21:30:23 +0000
commit623e480f94461503bd9d1a372a1f1a0c20e502b5 (patch)
tree1023ae230f9c6b0726dc0d91212d5c799bbf34f2 /lisp
parente9bed1ef689d89df03c4f65bbd1e510b43c5a24d (diff)
downloademacs-623e480f94461503bd9d1a372a1f1a0c20e502b5.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/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 219486456ce..e6dfe0c0346 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.