]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove macro related bindings (now in kmacro.el).
authorKim F. Storm <storm@cua.dk>
Tue, 20 Aug 2002 09:05:33 +0000 (09:05 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 20 Aug 2002 09:05:33 +0000 (09:05 +0000)
lisp/bindings.el

index 413e18d9b7593eea4047a335e6ee0cf50ec826b5..ccc162f99aa40cd26066d47fdb94ecbb8686bfa4 100644 (file)
@@ -584,10 +584,6 @@ language you are using."
 
 (make-variable-buffer-local 'minor-mode-overriding-map-alist)
 
-;; From macros.c
-(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)
 ;; From frame.c
 (global-set-key [switch-frame] 'handle-switch-frame)
 (global-set-key [delete-frame] 'handle-delete-frame)