]> git.eshelyaron.com Git - emacs.git/commit
* lisp/replace.el (perform-replace): Accept default bindings in lookup-key.
authorJuri Linkov <juri@linkov.net>
Sat, 2 Mar 2024 17:22:30 +0000 (19:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 3 Mar 2024 17:04:56 +0000 (18:04 +0100)
commit0e542f0f71a71b57378ee6789185bd19a37cf912
tree635fbd5e3df22b0f6741db18fc2f589d83b64426
parentbccd5d6f9e9974ccff098be73d436e586551e3b3
* lisp/replace.el (perform-replace): Accept default bindings in lookup-key.

Set ACCEPT-DEFAULT arg of lookup-key to t (bug#69342).
This will allow the users to ignore unbound keys with
‘(define-key query-replace-map [t] 'ignore)’.

(cherry picked from commit ebab7276139888266ae0f27bd3b2874e2ed8c077)
lisp/replace.el