mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
(query-replace-map): Bind [escape] like "\e".
This commit is contained in:
parent
ba79087074
commit
679f7f7eb7
@ -393,6 +393,7 @@ The valid answers include `act', `skip', `act-and-show',
|
||||
(define-key query-replace-map "n" 'skip)
|
||||
(define-key query-replace-map "," 'act-and-show)
|
||||
(define-key query-replace-map "\e" 'exit)
|
||||
(define-key query-replace-map [escape] 'exit)
|
||||
(define-key query-replace-map "q" 'exit)
|
||||
(define-key query-replace-map "." 'act-and-exit)
|
||||
(define-key query-replace-map "\C-r" 'edit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user