mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Bind C-x C-k r to apply-macro-to-region-lines.
This commit is contained in:
parent
296d76699f
commit
bcaf8c79fb
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ macro to be executed before appending to it."
|
|||
(define-key map "q" 'kbd-macro-query)
|
||||
(define-key map "n" 'name-last-kbd-macro)
|
||||
(define-key map "e" 'edit-kbd-macro)
|
||||
(define-key map "r" 'apply-macro-to-region-lines)
|
||||
map)
|
||||
"Keymap for keyboard macro commands.")
|
||||
(defalias 'kmacro-keymap kmacro-keymap)
|
||||
|
|
|
|||
Loading…
Reference in a new issue