summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-11-15 12:09:11 +0000
committerRichard M. Stallman <rms@gnu.org>2007-11-15 12:09:11 +0000
commitef2cfb2e80c76365599cf9a4361acff82a3f6793 (patch)
tree5fdb23b50840185b9cfa135349c6a853bce627cd /lisp/bindings.el
parent8c1a99611b8b98236f6f513bbc2fef66f55f8de6 (diff)
downloademacs-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.el3
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