diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-01-11 13:55:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-01-11 13:55:15 +0000 |
commit | c9afd87f089c68759ac1d0437fb7475fe1a0f417 (patch) | |
tree | 4e65774ed36081df362f6406f86d3e1acdd55268 /lisp/files.el | |
parent | 6fe3eb772f9e665f25ca7d45abe02edec97139c1 (diff) | |
download | emacs-c9afd87f089c68759ac1d0437fb7475fe1a0f417.tar.gz |
(auto-mode-alist): Add sql-mode.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index f4473bf9d7c..114d45d9dbe 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) |