# HG changeset patch # User Juri Linkov # Date 1148594011 0 # Node ID 6095a182eaadd1523a8df19f46e082419a36c8aa # Parent cdec03107c4faa3b35f87e8cefbcde4416ba78bb Remove KEEP-ALL argument of `read-from-minibuffer'. diff -r cdec03107c4f -r 6095a182eaad etc/NEWS --- a/etc/NEWS Thu May 25 21:39:27 2006 +0000 +++ b/etc/NEWS Thu May 25 21:53:31 2006 +0000 @@ -759,7 +759,7 @@ +++ *** New user option `history-delete-duplicates'. If set to t when adding a new history element, all previous identical -elements are deleted. +elements are deleted from the history list. ** Redisplay changes: @@ -4350,10 +4350,6 @@ was selected when entering the minibuffer. +++ -*** `read-from-minibuffer' now accepts an additional argument KEEP-ALL -saying to put all inputs in the history list, even empty ones. - -+++ *** The `read-file-name' function now takes an additional argument which specifies a predicate which the file name read must satisfy. The new variable `read-file-name-predicate' contains the predicate argument