]> granicus.if.org Git - postgresql/commitdiff
Fix sgml-mode example. thanks Andrew Dunstan
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 20 May 2009 23:51:24 +0000 (23:51 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 20 May 2009 23:51:24 +0000 (23:51 +0000)
src/tools/editors/emacs.samples

index b15f8fee4e3e68c1f8850a3f646ef853b927c05f..3836549197d9668628abe4b2611660b45a88c9bb 100644 (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))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;