]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add sql-mode.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jan 1999 13:55:15 +0000 (13:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jan 1999 13:55:15 +0000 (13:55 +0000)
lisp/files.el

index f4473bf9d7c244ac5be4907ab638e7b7f5e54def..114d45d9dbefd179a30d0cf584c6222d389016d6 100644 (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)