From 65ffbbf1a528c5a0b6275a33b800499a44648d66 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Wed, 20 May 2009 23:51:24 +0000 Subject: [PATCH] Fix sgml-mode example. thanks Andrew Dunstan --- src/tools/editors/emacs.samples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples index b15f8fee4e3..3836549197d 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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- GitLab