Mercurial > emacs
changeset 71123:cc77c3208f2c
Add `history-add-new-input'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 31 May 2006 22:17:37 +0000 |
parents | b4a686e88672 |
children | a85189d6eb4c |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed May 31 22:07:21 2006 +0000 +++ b/etc/NEWS Wed May 31 22:17:37 2006 +0000 @@ -4377,6 +4377,12 @@ 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: +++