From: Eli Zaretskii Date: Fri, 19 Oct 2001 16:32:49 +0000 (+0000) Subject: (auto-mode-alist): Associate .indent.pro with X-Git-Tag: ttn-vms-21-2-B4~19344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f9495e70ec6569482cae52d8309fb25080ccf1f;p=emacs.git (auto-mode-alist): Associate .indent.pro with Fundamental mode. Suggested by Samuel Padgett . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f28d910d77..edcae426a16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-10-19 Eli Zaretskii + + * files.el (auto-mode-alist): Associate .indent.pro with + Fundamental mode. Suggested by Samuel Padgett + . + 2001-10-18 Sam Steingold Put the *Compile-Log* buffer in `compilation-mode'. diff --git a/lisp/files.el b/lisp/files.el index 84c167f756b..2decbe51530 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1431,6 +1431,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.sim\\'" . simula-mode) ("\\.mss\\'" . scribe-mode) ("\\.f90\\'" . f90-mode) + ("\\.indent\\.pro\\'" . fundamental-mode) ; to avoid idlwave-mode ("\\.pro\\'" . idlwave-mode) ("\\.lsp\\'" . lisp-mode) ("\\.awk\\'" . awk-mode)