Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
633a305a
Commit
633a305a
authored
Nov 14, 1994
by
Richard M. Stallman
Browse files
(query-replace-map): Bind Y and N like y and n.
parent
6cdfb6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/replace.el
lisp/replace.el
+2
-0
No files found.
lisp/replace.el
View file @
633a305a
...
...
@@ -454,6 +454,8 @@ The valid answers include `act', `skip', `act-and-show',
(define-key query-replace-map [backspace] 'skip)
(define-key query-replace-map "
y
" 'act)
(define-key query-replace-map "
n
" 'skip)
(define-key query-replace-map "
Y
" 'act)
(define-key query-replace-map "
N
" 'skip)
(define-key query-replace-map "
,
" 'act-and-show)
(define-key query-replace-map "
q
" 'exit)
(define-key query-replace-map "
\r
" 'exit)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment