summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-08-20 09:05:33 +0000
committerKim F. Storm <storm@cua.dk>2002-08-20 09:05:33 +0000
commitc5d07859fe5c613a68219f57c9f52e47dcb53033 (patch)
tree84541255116c8bd00c0941705eecc081f57136c1
parent1efc433b32e347e07c65a82388a6579b2602f703 (diff)
downloademacs-c5d07859fe5c613a68219f57c9f52e47dcb53033.tar.gz
Remove macro related bindings (now in kmacro.el).
-rw-r--r--lisp/bindings.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 413e18d9b75..ccc162f99aa 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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)