1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

Remove macro related bindings (now in kmacro.el).

This commit is contained in:
Kim F. Storm 2002-08-20 09:05:33 +00:00
parent 1efc433b32
commit c5d07859fe

View 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)