diff options
author | Peter Eisentraut | 2009-05-20 23:51:24 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-05-20 23:51:24 +0000 |
commit | 65ffbbf1a528c5a0b6275a33b800499a44648d66 (patch) | |
tree | 9ca58e6a19ab2fd60c33c2e687d74c73e117c9fb | |
parent | 14f29f640a4338650a19f68d9f426d0734353147 (diff) |
Fix sgml-mode example. thanks Andrew Dunstan
-rw-r--r-- | src/tools/editors/emacs.samples | 2 |
1 files changed, 1 insertions, 1 deletions
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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |