aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2002-04-21 18:21:47 +0000
committerGlenn Morris <[email protected]>2002-04-21 18:21:47 +0000
commit9211d0538379a887ae318bcb281e0d73ec691e24 (patch)
tree51b73d21a01341db530034e0113e133cf301ca74 /lisp
parent3baf8754b82ed331ed5843da37b7d092a1eba3b5 (diff)
(auto-mode-alist): .f95 files in f90-mode.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index da2d9c1655..e76d40ac95 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1462,6 +1462,7 @@ in that case, this function acts as if `enable-local-variables' were t."
("\\.sim\\'" . simula-mode)
("\\.mss\\'" . scribe-mode)
("\\.f90\\'" . f90-mode)
+ ("\\.f95\\'" . f90-mode)
("\\.indent\\.pro\\'" . fundamental-mode) ; to avoid idlwave-mode
("\\.pro\\'" . idlwave-mode)
("\\.lsp\\'" . lisp-mode)