# HG changeset patch # User Richard M. Stallman # Date 1195128529 0 # Node ID 2465de5f1ff2ff3869a4285023db3e3c8196f602 # Parent 34d2bced4707905c51072061781ad3733fc6f65b (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. diff -r 34d2bced4707 -r 2465de5f1ff2 lisp/bindings.el --- a/lisp/bindings.el Thu Nov 15 12:08:27 2007 +0000 +++ b/lisp/bindings.el Thu Nov 15 12:08:49 2007 +0000 @@ -1051,6 +1051,9 @@ (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