summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-02-16 00:50:22 +0000
committerKarl Heuer <kwzh@gnu.org>1996-02-16 00:50:22 +0000
commitc87c4cda2a0238d6a402f77b15eedfe8569acd4a (patch)
tree61fd3f5988b597e64b23e9eda36bb8dac4db2413 /lisp
parentddfb0a34ce527efab19ee4458f8d31fd1bde5dc5 (diff)
downloademacs-c87c4cda2a0238d6a402f77b15eedfe8569acd4a.tar.gz
(auto-mode-alist): Recognize .itcl and .itk suffixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index bb2d6314b8a..5f2a149681a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)