(auto-mode-alist): Associate .indent.pro with
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2001 16:32:49 +0000 (16:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2001 16:32:49 +0000 (16:32 +0000)
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.

lisp/ChangeLog
lisp/files.el

index 6f28d91..edcae42 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (auto-mode-alist): Associate .indent.pro with
+       Fundamental mode.  Suggested by Samuel Padgett
+       <spadgett1@nc.rr.com>.
+
 2001-10-18  Sam Steingold  <sds@gnu.org>
 
        Put the *Compile-Log* buffer in `compilation-mode'.
index 84c167f..2decbe5 100644 (file)
@@ -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)