]> git.eshelyaron.com Git - emacs.git/commit
(perform-replace): Make it work with F-keys in TTYs (bug#78113)
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 22 May 2025 13:32:33 +0000 (09:32 -0400)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:30:59 +0000 (16:30 +0200)
commit3b96753d8de64f612dd3c43272e082b344c386c4
tree636126790de199de74f959d72223dc00e80db214
parentcf9699475ea631ef15bcda9a81bc8e6d56b57d47
(perform-replace): Make it work with F-keys in TTYs (bug#78113)

* lisp/replace.el (perform-replace): Use `read-key`.
* test/lisp/replace-tests.el (replace-tests-with-undo): Adjust accordingly.

(cherry picked from commit 772c4f036c38efd2a81d3643ad0bd718033d3b7f)
lisp/replace.el
test/lisp/replace-tests.el