From ef2cfb2e80c76365599cf9a4361acff82a3f6793 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Nov 2007 12:09:11 +0000 Subject: [PATCH] (esc-map): Bind C-M-l here; moved from reposition.el. (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. --- lisp/ChangeLog | 17 +++++++++++++++++ lisp/bindings.el | 3 +++ 2 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd82ad1f0c8..8a847ec9e12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2007-11-15 Richard Stallman + + * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. + + * reposition.el (reposition-window): + Binding C-M-l moved to bindings.el. + + * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. + + * add-log.el (add-change-log-entry-other-window): + Key binding C-x 4 a moved to bindings.el. + + * bindings.el (minibuffer-local-map): Bind C-tab here; moved + from filecache.el. + + * filecache.el: Minibuffer map bindings moved to bindings.el. + 2007-11-14 Jason Rumney * international/mule-cmds.el (set-locale-environment): Set diff --git a/lisp/bindings.el b/lisp/bindings.el index 27d8cc62606..eefc66b22c4 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -1051,6 +1051,9 @@ language you are using." (define-key ctl-x-map "z" 'repeat) +(define-key esc-map "\C-l" 'reposition-window) + +(define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) ;; Signal handlers -- 2.39.2