Mercurial > emacs
changeset 40533:095b9114cf5f
(ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 31 Oct 2001 02:15:40 +0000 |
parents | 221868112227 |
children | 42586773034e |
files | lisp/bindings.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Wed Oct 31 01:52:59 2001 +0000 +++ b/lisp/bindings.el Wed Oct 31 02:15:40 2001 +0000 @@ -574,6 +574,9 @@ (define-key ctl-x-map "nw" 'widen) ;; (define-key ctl-x-map "n" 'narrow-to-region) ;; (define-key ctl-x-map "w" 'widen) +(define-key ctl-x-map "(" 'start-kbd-macro) +(define-key ctl-x-map ")" 'end-kbd-macro) +(define-key ctl-x-map "e" 'call-last-kbd-macro) (define-key global-map "\C-j" 'newline-and-indent) (define-key global-map "\C-m" 'newline)