summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-02 16:36:41 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-02 16:36:41 +0000
commitbccfd93664e262dcdb92eb820a2d8d83d018452d (patch)
treed1549159a8f6d33b5191aa3360f624f81736a1e6
parent2f3e7987f203dcdeee361532808748d8ac504064 (diff)
downloademacs-bccfd93664e262dcdb92eb820a2d8d83d018452d.tar.gz
(auto-mode-alist): Handle .f90 files.
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a71331bfcc4..10d206711fd 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -910,6 +910,7 @@ run `normal-mode' explicitly."
("\\.article\\'" . text-mode)
("\\.letter\\'" . text-mode)
("\\.tcl\\'" . tcl-mode)
+ ("\\.f90\\'" . f90-mode)
("\\.lsp\\'" . lisp-mode)
("\\.awk\\'" . awk-mode)
("\\.prolog\\'" . prolog-mode)