(auto-mode-alist): Recognize ".exp" suffix.

This commit is contained in:
Karl Heuer 1996-01-19 22:50:21 +00:00
parent e803d7673b
commit e1ec01c2f1

View file

@ -971,6 +971,7 @@ run `normal-mode' explicitly."
("\\.article\\'" . text-mode)
("\\.letter\\'" . text-mode)
("\\.tcl\\'" . tcl-mode)
("\\.exp\\'" . tcl-mode)
("\\.f90\\'" . f90-mode)
("\\.lsp\\'" . lisp-mode)
("\\.awk\\'" . awk-mode)