summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-19 16:35:53 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-19 16:35:53 +0000
commit31c7134b2594f3ab1385fc5c3d513f2f47d678bc (patch)
tree15ab501b38d1b89a0fe8b9549695663e2321f352
parent7d50b16870e653224ce496556ce3d42f40871561 (diff)
downloademacs-31c7134b2594f3ab1385fc5c3d513f2f47d678bc.tar.gz
(auto-mode-alist): Associate .indent.pro with
Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index bdd5604417d..8b8723f50de 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)