Show
Ignore:
Timestamp:
07/29/06 07:48:34 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/bindings.el

    r4098 r4131  
    675675  (define-key map [up]    'previous-history-element) 
    676676  (define-key map "\es"   'next-matching-history-element) 
    677   (define-key map "\er"   'previous-matching-history-element)) 
     677  (define-key map "\er"   'previous-matching-history-element) 
     678  ;; Override the global binding (which calls indent-relative via 
     679  ;; indent-for-tab-command).  The alignment that indent-relative tries to 
     680  ;; do doesn't make much sense here since the prompt messes it up. 
     681  (define-key map "\t"    'self-insert-command)) 
    678682 
    679683(define-key global-map "\C-u" 'universal-argument)