]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `history-add-new-input'.
authorJuri Linkov <juri@jurta.org>
Wed, 31 May 2006 22:17:37 +0000 (22:17 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 31 May 2006 22:17:37 +0000 (22:17 +0000)
etc/NEWS

index 75913fc129a25b51ffc15bdd9659c5c2d7470dd5..a8dd3843396e8343332c1bfee4918022f2c17a40 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4377,6 +4377,12 @@ whether completion ignores case when reading a file name with the
 It is like `read-file-name' except that the defaulting works better
 for directories, and completion inside it shows only directories.
 
++++
+*** The new variable `history-add-new-input' specifies whether to add new
+elements in history.  If set to nil, minibuffer reading functions don't
+add new elements to the history list, so it is possible to do this
+afterwards by calling `add-to-history' explicitly.
+
 ** Completion changes:
 
 +++