]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the REQUIRE-MATCH extension in NEWS
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Jun 2022 08:21:30 +0000 (10:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Jun 2022 08:22:33 +0000 (10:22 +0200)
etc/NEWS

index cd4b1b06eced77b6c7eee21aca90639d06fccce5..e19d08d51fce2e32e6b625eea1300afd1f8e5c53 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1951,6 +1951,12 @@ Previously it produced a nonsense value, -1, that was never intended.
 \f
 * 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.