1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(auto-mode-alist): Associate .indent.pro with

Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.
This commit is contained in:
Eli Zaretskii 2001-10-19 16:32:49 +00:00
parent 531a33367a
commit 8f9495e70e
2 changed files with 7 additions and 0 deletions

View 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'.

View 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)