From: Peter Eisentraut Date: Wed, 20 May 2009 23:51:24 +0000 (+0000) Subject: Fix sgml-mode example. thanks Andrew Dunstan X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d768a5ff8e0e95b857671a11aa7c021056a55ec8;p=users%2Fsimon%2Fpostgres.git Fix sgml-mode example. thanks Andrew Dunstan --- diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples index b15f8fee4e..3836549197 100644 --- a/src/tools/editors/emacs.samples +++ b/src/tools/editors/emacs.samples @@ -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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;