head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.34;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
To use xml-lite-mode, add to your ~/.emacs the following lines:

(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))
@
