Changeset 4131 for trunk/lisp/bindings.el
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/lisp/bindings.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/bindings.el
r4098 r4131 675 675 (define-key map [up] 'previous-history-element) 676 676 (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)) 678 682 679 683 (define-key global-map "\C-u" 'universal-argument)
