diff options
author | Peter Eisentraut | 2009-05-20 23:51:24 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-05-20 23:51:24 +0000 |
commit | d768a5ff8e0e95b857671a11aa7c021056a55ec8 (patch) | |
tree | 43a05088578d303cb390ea7eb9da73841250c818 | |
parent | 11e3007feac7a53a63b69b4953b197a20d90143b (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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |