diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |