]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuffer.el (delete-minibuffer-contents): Delete all
authorChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 21:30:23 +0000 (21:30 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 21:30:23 +0000 (21:30 +0000)
minibuffer contents instead of just the current field.

lisp/ChangeLog

index 219486456ce7326ce67ea0aa737895697681ebe9..e6dfe0c03468d2bf4b5a5bd91305fbe7a8ba157c 100644 (file)
@@ -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.