From: Lars Ingebrigtsen Date: Fri, 10 Jun 2022 08:21:30 +0000 (+0200) Subject: Mention the REQUIRE-MATCH extension in NEWS X-Git-Tag: emacs-29.0.90~1910^2~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=307ef05587be7cec5343799ac28a7581064fb467;p=emacs.git Mention the REQUIRE-MATCH extension in NEWS --- diff --git a/etc/NEWS b/etc/NEWS index cd4b1b06ece..e19d08d51fc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1951,6 +1951,12 @@ Previously it produced a nonsense value, -1, that was never intended. * Lisp Changes in Emacs 29.1 ++++ +** 'completing-read' now allows a function as REQUIRE-MATCH. +This function is called to see whether what the user has typed in is a +match. This is also available from functions that call +'completing-read', like 'read-file-name'. + +++ ** 'posn-col-row' can now give position data based on windows. Previously, it reported data only based on the frame.