===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/01/09 20:14:00 wiz Exp $

You will need to add something like the following to your .emacs file to
autoload the nXML mode for Emacs.

  (load "${LISPDIR}/nxml-mode/rng-auto.el")
  (setq auto-mode-alist
        (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
	      auto-mode-alist))

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