#### README: README file of mell
#### $Id: README,v 1.2 2003/06/02 18:13:17 komatsu Exp $
####
#### Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
####     All rights reserved.
####     This is free software with ABSOLUTELY NO WARRANTY.
####
#### You can redistribute it and/or modify it under the terms of 
#### the GNU General Public License version 2.

---- WHAT IS MELL? -----------------------------------------
Mell is an Emacs Lisp Library for taiyaki-elisp(s).
For more detail, please see the following web page.

    http://taiyaki.org/elisp/mell/

---- HOW TO INSTALL ----------------------------------------

% ./configure
% make
% make install

---- HOW TO SETUP ------------------------------------------

Please add the following line to your '.emacs'.

(require 'init-mell)

If you have specified '--with-emacs-initfile', the value 'init-mell'
changes to your specified value sans the extension.
