diff lisp/files.el @ 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 dd2e1ea680ae
children 54182658872c
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)