diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-09-02 16:36:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-09-02 16:36:41 +0000 |
commit | bccfd93664e262dcdb92eb820a2d8d83d018452d (patch) | |
tree | d1549159a8f6d33b5191aa3360f624f81736a1e6 | |
parent | 2f3e7987f203dcdeee361532808748d8ac504064 (diff) | |
download | emacs-bccfd93664e262dcdb92eb820a2d8d83d018452d.tar.gz |
(auto-mode-alist): Handle .f90 files.
-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 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) |