===========================================================================
$NetBSD$

You will need to add something like the following to your .emacs.el (or
default.el) file to autoload the PSGML mode for Emacs.

(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)
(autoload 'xml-mode "psgml" "Major mode to edit XML files." t)

===========================================================================
