(auto-mode-alist): Add sql-mode.

This commit is contained in:
Richard M. Stallman 1999-01-11 13:55:15 +00:00
parent 6fe3eb772f
commit c9afd87f08

View file

@ -1268,6 +1268,7 @@ in that case, this function acts as if `enable-local-variables' were t."
("\\.clo\\'" . latex-mode) ;LaTeX 2e class option
("\\.bbl\\'" . latex-mode)
("\\.bib\\'" . bibtex-mode)
("\\.sql\\'" . sql-mode)
("\\.m4\\'" . m4-mode)
("\\.mc\\'" . m4-mode)
("\\.mf\\'" . metafont-mode)