# HG changeset patch # User Glenn Morris # Date 1019413307 0 # Node ID 3936c522b4d3f03b3ba1f0baba5402d021220af6 # Parent 079ae47e97449b914e98d92fd7702cf6cbd635ab (auto-mode-alist): .f95 files in f90-mode. diff -r 079ae47e9744 -r 3936c522b4d3 lisp/files.el --- 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)