Mercurial > emacs
changeset 14574:1b6e39d4143c
(auto-mode-alist): Recognize .itcl and .itk suffixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 16 Feb 1996 00:50:22 +0000 |
parents | 3ae037e10c04 |
children | 69a5f0592433 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Feb 16 00:36:52 1996 +0000 +++ b/lisp/files.el Fri Feb 16 00:50:22 1996 +0000 @@ -972,6 +972,8 @@ ("\\.letter\\'" . text-mode) ("\\.tcl\\'" . tcl-mode) ("\\.exp\\'" . tcl-mode) + ("\\.itcl\\'" . tcl-mode) + ("\\.itk\\'" . tcl-mode) ("\\.f90\\'" . f90-mode) ("\\.lsp\\'" . lisp-mode) ("\\.awk\\'" . awk-mode)