Mercurial > emacs
changeset 79405:2465de5f1ff2
(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.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Nov 2007 12:08:49 +0000 |
parents | 34d2bced4707 |
children | 41dfebe353c7 |
files | lisp/bindings.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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