Mercurial > emacs
changeset 46972:88b4ed0b18c9
Bind C-x C-k r to apply-macro-to-region-lines.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 20 Aug 2002 10:07:40 +0000 |
parents | 198044ad4cb7 |
children | 11e08f9901ea |
files | lisp/kmacro.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/kmacro.el Tue Aug 20 09:44:14 2002 +0000 +++ b/lisp/kmacro.el Tue Aug 20 10:07:40 2002 +0000 @@ -178,6 +178,7 @@ (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)