From: Juri Linkov Date: Thu, 25 May 2006 21:53:31 +0000 (+0000) Subject: Remove KEEP-ALL argument of `read-from-minibuffer'. X-Git-Tag: emacs-pretest-22.0.90~2319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1802d7bfe418252c905a49dc3fa62442ba2e458;p=emacs.git Remove KEEP-ALL argument of `read-from-minibuffer'. --- diff --git a/etc/NEWS b/etc/NEWS index e26184400d9..7a49130c201 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -759,7 +759,7 @@ it remains unchanged. +++ *** 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: @@ -4349,10 +4349,6 @@ defaults to the current buffer. *** New function `minibuffer-selected-window' returns the window which 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