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:
parent
531a33367a
commit
8f9495e70e
@ -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'.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user