# HG changeset patch # User Juri Linkov # Date 1149112953 0 # Node ID f9586be49e8ef97df896a9119e6c233561666164 # Parent 3c66cf4b4ded21479871d839e560d16d5fbd5926 (Minibuffer History): Add history-add-new-input. diff -r 3c66cf4b4ded -r f9586be49e8e lispref/minibuf.texi --- a/lispref/minibuf.texi Wed May 31 21:11:07 2006 +0000 +++ b/lispref/minibuf.texi Wed May 31 22:02:33 2006 +0000 @@ -460,6 +460,12 @@ duplicates, and to add @var{newelt} to the list even if it is empty. @end defun +@defvar history-add-new-input +The value of this variable @code{nil} means that standard functions +that read from the minibuffer don't add new elements to the history +list, so it is possible to do this explicitly by using @code{add-to-history}. +@end defvar + @defvar history-length The value of this variable specifies the maximum length for all history lists that don't specify their own maximum lengths. If the