From c5d07859fe5c613a68219f57c9f52e47dcb53033 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 20 Aug 2002 09:05:33 +0000 Subject: [PATCH] Remove macro related bindings (now in kmacro.el). --- lisp/bindings.el | 4 ---- 1 file changed, 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) -- 2.39.5