equal
deleted
inserted
replaced
579 (progn |
579 (progn |
580 (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]$" . bat-mode)) |
580 (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]$" . bat-mode)) |
581 ;; For DOS init files |
581 ;; For DOS init files |
582 (when (equal window-system 'w32) |
582 (when (equal window-system 'w32) |
583 (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode)) |
583 (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode)) |
584 (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode)))) |
584 (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode))))) |
585 |
585 |
586 ;; ====================================================================== |
586 ;; ====================================================================== |
587 ;; |
587 ;; |
588 ;; Spell |
588 ;; Spell |
589 |
589 |