diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-11-15 12:09:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-11-15 12:09:11 +0000 |
commit | ef2cfb2e80c76365599cf9a4361acff82a3f6793 (patch) | |
tree | 5fdb23b50840185b9cfa135349c6a853bce627cd /lisp/bindings.el | |
parent | 8c1a99611b8b98236f6f513bbc2fef66f55f8de6 (diff) | |
download | emacs-ef2cfb2e80c76365599cf9a4361acff82a3f6793.tar.gz |
(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.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |