]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Handle .f90 files.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Sep 1995 16:36:41 +0000 (16:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Sep 1995 16:36:41 +0000 (16:36 +0000)
lisp/files.el

index a71331bfcc41177de86eed72d4d17a8de980d573..10d206711fdcc5aa06b6fd9c305164cbf054f9bd 100644 (file)
@@ -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)