1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-25 22:59:44 -07:00

(auto-mode-alist): Handle .f90 files.

This commit is contained in:
Richard M. Stallman 1995-09-02 16:36:41 +00:00
parent 2f3e7987f2
commit bccfd93664

View 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)