From: Glenn Morris Date: Sun, 21 Apr 2002 18:21:47 +0000 (+0000) Subject: (auto-mode-alist): .f95 files in f90-mode. X-Git-Tag: ttn-vms-21-2-B4~15498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9211d0538379a887ae318bcb281e0d73ec691e24;p=emacs.git (auto-mode-alist): .f95 files in f90-mode. --- diff --git a/lisp/files.el b/lisp/files.el index da2d9c1655b..e76d40ac956 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)