[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/bindings.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/bindings.el |
Date: |
Tue, 20 Aug 2002 05:05:33 -0400 |
Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.106 emacs/lisp/bindings.el:1.107
*** emacs/lisp/bindings.el:1.106 Mon Jul 29 17:17:06 2002
--- emacs/lisp/bindings.el Tue Aug 20 05:05:33 2002
***************
*** 584,593 ****
(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)
--- 584,589 ----
- [Emacs-diffs] Changes to emacs/lisp/bindings.el,
Kim F. Storm <=