Mercurial > emacs
comparison lisp/indent.el @ 93975:1e3a407766b9
Fix up comment convention on the arch-tag lines.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 10 Apr 2008 14:10:46 +0000 |
parents | 107ccd98fa12 |
children | ee5932bf781d |
comparison
equal
deleted
inserted
replaced
93974:5e06fc9ed146 | 93975:1e3a407766b9 |
---|---|
575 (define-key global-map "\t" 'indent-for-tab-command) | 575 (define-key global-map "\t" 'indent-for-tab-command) |
576 (define-key esc-map "\C-\\" 'indent-region) | 576 (define-key esc-map "\C-\\" 'indent-region) |
577 (define-key ctl-x-map "\t" 'indent-rigidly) | 577 (define-key ctl-x-map "\t" 'indent-rigidly) |
578 (define-key esc-map "i" 'tab-to-tab-stop) | 578 (define-key esc-map "i" 'tab-to-tab-stop) |
579 | 579 |
580 ;;; arch-tag: f402b2a7-e44f-492f-b5b8-38996020b7c3 | 580 ;; arch-tag: f402b2a7-e44f-492f-b5b8-38996020b7c3 |
581 ;;; indent.el ends here | 581 ;;; indent.el ends here |