1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(auto-mode-alist): Recognize .itcl and .itk suffixes.

This commit is contained in:
Karl Heuer 1996-02-16 00:50:22 +00:00
parent ddfb0a34ce
commit c87c4cda2a

View File

@ -972,6 +972,8 @@ run `normal-mode' explicitly."
("\\.letter\\'" . text-mode)
("\\.tcl\\'" . tcl-mode)
("\\.exp\\'" . tcl-mode)
("\\.itcl\\'" . tcl-mode)
("\\.itk\\'" . tcl-mode)
("\\.f90\\'" . f90-mode)
("\\.lsp\\'" . lisp-mode)
("\\.awk\\'" . awk-mode)