Fix sgml-mode example. thanks Andrew Dunstan

REL8_5_ALPHA1_BRANCH
Peter Eisentraut 17 years ago
parent 14f29f640a
commit 65ffbbf1a5
  1. 2
      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))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save