]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Bind C-M-l here; moved from reposition.el.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 12:09:11 +0000 (12:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 12:09:11 +0000 (12:09 +0000)
(ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.

lisp/ChangeLog
lisp/bindings.el

index cd82ad1f0c82ec24d3a7e0882bb2357a6b0a9476..8a847ec9e12515d85ff789bfab33233161479f26 100644 (file)
@@ -1,3 +1,20 @@
+2007-11-15  Richard Stallman  <rms@gnu.org>
+
+       * 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  <jasonr@gnu.org>
 
        * international/mule-cmds.el (set-locale-environment): Set
index 27d8cc626062a52c3237f369560bcbe5e0618a38..eefc66b22c4809900c4272451a6198002a149508 100644 (file)
@@ -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