From: Karl Heuer Date: Fri, 19 Jan 1996 22:50:21 +0000 (+0000) Subject: (auto-mode-alist): Recognize ".exp" suffix. X-Git-Tag: emacs-19.34~1631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1ec01c2f17e795249f85cb15a817cfc06f7752e;p=emacs.git (auto-mode-alist): Recognize ".exp" suffix. --- diff --git a/lisp/files.el b/lisp/files.el index 3ba373c8c87..e0b4738ed26 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)