changeset 44727:3936c522b4d3

(auto-mode-alist): .f95 files in f90-mode.
author Glenn Morris <rgm@gnu.org>
date Sun, 21 Apr 2002 18:21:47 +0000
parents 079ae47e9744
children 7a3ac6c387fe
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sun Apr 21 17:57:43 2002 +0000
+++ b/lisp/files.el	Sun Apr 21 18:21:47 2002 +0000
@@ -1462,6 +1462,7 @@
      ("\\.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)