Peter Eisentraut wrote:
Log Message:
-----------
Add some instructions on how to customize emacs for working on the SGML
sources.

Modified Files:
--------------
    pgsql/src/tools/editors:
        emacs.samples (r1.1 -> r1.2)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/editors/emacs.samples?r1=1.1&r2=1.2)


Is this really what you meant to add?

(setq auto-mode-alist
  (cons '("\\(postgres\\|pgsql\\).*\\.sgml\\'" . pgsql-c-mode)
        auto-mode-alist))


shouldn't that be pgsql-sgml-mode ?

cheers

andrew

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to