(query-replace-map): Bind [escape] like "\e".
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 18:03:20 +0000 (18:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 18:03:20 +0000 (18:03 +0000)
lisp/replace.el

index 488e1f1..0015ede 100644 (file)
@@ -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)