Mercurial > emacs
changeset 46969:f0c8da8c1856
Remove macro related bindings (now in kmacro.el).
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 20 Aug 2002 09:05:33 +0000 |
parents | 8918a6341ace |
children | f3d2ffc730b3 |
files | lisp/bindings.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Tue Aug 20 09:05:04 2002 +0000 +++ b/lisp/bindings.el Tue Aug 20 09:05:33 2002 +0000 @@ -584,10 +584,6 @@ (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)