]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): .f95 files in f90-mode.
authorGlenn Morris <rgm@gnu.org>
Sun, 21 Apr 2002 18:21:47 +0000 (18:21 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 21 Apr 2002 18:21:47 +0000 (18:21 +0000)
lisp/files.el

index da2d9c1655b9b2bc9e8262e8bd9d75a64590fbc8..e76d40ac956fbe8df87a0a9430c021f9b9873671 100644 (file)
@@ -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)