1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Bind C-x C-k r to apply-macro-to-region-lines.

This commit is contained in:
Kim F. Storm 2002-08-20 10:07:40 +00:00
parent 296d76699f
commit bcaf8c79fb

View File

@ -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)