changeset 12993:13b9311103c8

(auto-mode-alist): Handle .f90 files.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Sep 1995 16:36:41 +0000
parents 09c2ad9213dd
children bd38619285f7
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sat Sep 02 16:25:34 1995 +0000
+++ b/lisp/files.el	Sat Sep 02 16:36:41 1995 +0000
@@ -910,6 +910,7 @@
 				  ("\\.article\\'" . text-mode)
 				  ("\\.letter\\'" . text-mode)
 				  ("\\.tcl\\'" . tcl-mode)
+				  ("\\.f90\\'" . f90-mode)
 				  ("\\.lsp\\'" . lisp-mode)
 				  ("\\.awk\\'" . awk-mode)
 				  ("\\.prolog\\'" . prolog-mode)