comparison lisp/indent.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 3219f94257bc
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
533 (define-key global-map "\t" 'indent-for-tab-command) 533 (define-key global-map "\t" 'indent-for-tab-command)
534 (define-key esc-map "\C-\\" 'indent-region) 534 (define-key esc-map "\C-\\" 'indent-region)
535 (define-key ctl-x-map "\t" 'indent-rigidly) 535 (define-key ctl-x-map "\t" 'indent-rigidly)
536 (define-key esc-map "i" 'tab-to-tab-stop) 536 (define-key esc-map "i" 'tab-to-tab-stop)
537 537
538 ;;; arch-tag: f402b2a7-e44f-492f-b5b8-38996020b7c3
538 ;;; indent.el ends here 539 ;;; indent.el ends here