From 8f9495e70ec6569482cae52d8309fb25080ccf1f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 19 Oct 2001 16:32:49 +0000 Subject: [PATCH] (auto-mode-alist): Associate .indent.pro with Fundamental mode. Suggested by Samuel Padgett . --- lisp/ChangeLog | 6 ++++++ lisp/files.el | 1 + 2 files changed, 7 insertions(+) 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) -- 2.39.5