From: Kim F. Storm Date: Tue, 20 Aug 2002 09:05:33 +0000 (+0000) Subject: Remove macro related bindings (now in kmacro.el). X-Git-Tag: ttn-vms-21-2-B4~13621 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5d07859fe5c613a68219f57c9f52e47dcb53033;p=emacs.git Remove macro related bindings (now in kmacro.el). --- 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)