diff lisp/bindings.el @ 86275:2cce56fd7361

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
author Miles Bader <miles@gnu.org>
date Wed, 21 Nov 2007 04:55:58 +0000
parents 04e61cffd3c0 2465de5f1ff2
children f358a2fd5895 53108e6cea98
line wrap: on
line diff
--- a/lisp/bindings.el	Wed Nov 21 04:36:42 2007 +0000
+++ b/lisp/bindings.el	Wed Nov 21 04:55:58 2007 +0000
@@ -710,7 +710,8 @@
   ;; Override the global binding (which calls indent-relative via
   ;; indent-for-tab-command).  The alignment that indent-relative tries to
   ;; do doesn't make much sense here since the prompt messes it up.
-  (define-key map "\t"    'self-insert-command))
+  (define-key map "\t"    'self-insert-command)
+  (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete))
 
 (define-key global-map "\C-u" 'universal-argument)
 (let ((i ?0))
@@ -1079,6 +1080,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