diff options
| author | Richard M. Stallman | 2007-11-15 12:09:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-15 12:09:11 +0000 |
| commit | ef2cfb2e80c76365599cf9a4361acff82a3f6793 (patch) | |
| tree | 5fdb23b50840185b9cfa135349c6a853bce627cd | |
| parent | 8c1a99611b8b98236f6f513bbc2fef66f55f8de6 (diff) | |
| download | emacs-ef2cfb2e80c76365599cf9a4361acff82a3f6793.tar.gz emacs-ef2cfb2e80c76365599cf9a4361acff82a3f6793.zip | |
(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.
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lisp/bindings.el | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd82ad1f0c8..8a847ec9e12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2007-11-15 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. | ||
| 4 | |||
| 5 | * reposition.el (reposition-window): | ||
| 6 | Binding C-M-l moved to bindings.el. | ||
| 7 | |||
| 8 | * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. | ||
| 9 | |||
| 10 | * add-log.el (add-change-log-entry-other-window): | ||
| 11 | Key binding C-x 4 a moved to bindings.el. | ||
| 12 | |||
| 13 | * bindings.el (minibuffer-local-map): Bind C-tab here; moved | ||
| 14 | from filecache.el. | ||
| 15 | |||
| 16 | * filecache.el: Minibuffer map bindings moved to bindings.el. | ||
| 17 | |||
| 1 | 2007-11-14 Jason Rumney <jasonr@gnu.org> | 18 | 2007-11-14 Jason Rumney <jasonr@gnu.org> |
| 2 | 19 | ||
| 3 | * international/mule-cmds.el (set-locale-environment): Set | 20 | * international/mule-cmds.el (set-locale-environment): Set |
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." | |||
| 1051 | 1051 | ||
| 1052 | (define-key ctl-x-map "z" 'repeat) | 1052 | (define-key ctl-x-map "z" 'repeat) |
| 1053 | 1053 | ||
| 1054 | (define-key esc-map "\C-l" 'reposition-window) | ||
| 1055 | |||
| 1056 | (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) | ||
| 1054 | (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) | 1057 | (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) |
| 1055 | 1058 | ||
| 1056 | ;; Signal handlers | 1059 | ;; Signal handlers |