From: Juri Linkov Date: Wed, 31 May 2006 22:17:37 +0000 (+0000) Subject: Add `history-add-new-input'. X-Git-Tag: emacs-pretest-22.0.90~2154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06e95e651654e89e5ba6cfc1e12603f23b8e568a;p=emacs.git Add `history-add-new-input'. --- diff --git a/etc/NEWS b/etc/NEWS index 75913fc129a..a8dd3843396 100644 --- 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: +++