Add `history-add-new-input'.
This commit is contained in:
parent
82db8fa7c5
commit
06e95e6516
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
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:
|
||||
|
||||
+++
|
||||
|
|
Loading…
Add table
Reference in a new issue