]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Recognize .itcl and .itk suffixes.
authorKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:50:22 +0000 (00:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:50:22 +0000 (00:50 +0000)
lisp/files.el

index bb2d6314b8aff9b4bf4c500e15bf2ba5385f7b54..5f2a149681ab0339f411829505fad082c1a989a6 100644 (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)