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:
parent
1efc433b32
commit
c5d07859fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user