mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Mention the REQUIRE-MATCH extension in NEWS
This commit is contained in:
parent
7ee736a884
commit
307ef05587
6
etc/NEWS
6
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue