From 3d822669eee7f6e685368b8a298b6f0924f382da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Bela=C3=AFche?= Date: Thu, 16 Apr 2026 17:09:04 +0200 Subject: [PATCH] Announce ert-play-keys in etc/NEWS. --- etc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 3c02002d0ff..48800c9974f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -82,6 +82,12 @@ Info node "(emacs) User Lisp Directory" for more details. * Changes in Emacs 31.1 ++++ +** ERT has a new 'ert-play-keys' function +Previously, ert-simulate-keys could be use for sending keys to input +functions such as read-from-minibuffer, but not for other interactive +input such as starting key-mapped commands. + +++ ** 'line-spacing' now supports specifying spacing above the line. Previously, only spacing below the line could be specified. The user