]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Associate .indent.pro with
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2001 16:35:53 +0000 (16:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2001 16:35:53 +0000 (16:35 +0000)
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.

lisp/files.el

index bdd5604417d17551c981e865ff21506892450ea3..8b8723f50de59a344e91ba3dffa6c8f117e1cc0b 100644 (file)
@@ -1418,6 +1418,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)