Fix sgml-mode example. thanks Andrew Dunstan

This commit is contained in:
Peter Eisentraut 2009-05-20 23:51:24 +00:00
parent 14f29f640a
commit 65ffbbf1a5

View File

@ -89,7 +89,7 @@
)
(setq auto-mode-alist
(cons '("\\(postgres\\|pgsql\\).*\\.sgml\\'" . pgsql-c-mode)
(cons '("\\(postgres\\|pgsql\\).*\\.sgml\\'" . pgsql-sgml-mode)
auto-mode-alist))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;