]> code.delx.au - gnu-emacs/commitdiff
(ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:40 +0000 (02:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:40 +0000 (02:15 +0000)
lisp/bindings.el

index c4327ed61684b688f7c55b11589dad028680b7d8..331c9ab8f210ce57669cd717e10cbb0bac6e6432 100644 (file)
@@ -574,6 +574,9 @@ language you are using."
 (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)