diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-10 10:21:30 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-10 10:22:33 +0200 |
commit | 307ef05587be7cec5343799ac28a7581064fb467 (patch) | |
tree | 4adb28432ba88c9d2cd61d871cba901e99c61ba6 | |
parent | 7ee736a884766f2017a934d936bfbfa4c70b5099 (diff) | |
download | emacs-307ef05587be7cec5343799ac28a7581064fb467.tar.gz |
Mention the REQUIRE-MATCH extension in NEWS
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1952,6 +1952,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. |