changeset 93399:31570cd2d566

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 29 Mar 2008 22:57:19 +0000
parents f0a6d04b8dff
children 82e99a4c7c09
files lisp/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 29 22:56:35 2008 +0000
+++ b/lisp/ChangeLog	Sat Mar 29 22:57:19 2008 +0000
@@ -1,3 +1,19 @@
+2008-03-29  Juri Linkov  <juri@jurta.org>
+
+	* simple.el (minibuffer-default-add-function): New variable with
+	the default to minibuffer-default-add-completions.
+	(minibuffer-default-add-done): New variable.  Make it buffer-local.
+	(minibuffer-default-add-completions): New function.
+	(goto-history-element): Set minibuffer-default-add-done to t and
+	call a function in minibuffer-default-add-function when the
+	specified absolute history position is greater than the length of
+	the minibuffer-default list and minibuffer-default-add-done is nil.
+	Change "^End of history; no next item$" to "^End of defaults;
+	no next item$".
+
+	* bindings.el (debug-ignored-errors): Change "^End of history;
+	no next item$" to "^End of defaults; no next item$".
+
 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.