--- mell-1.0.0.orig/etc/init-mell.el
+++ mell-1.0.0/etc/init-mell.el
@@ -0,0 +1,17 @@
+;;;; init-mell.el: init file for mell
+;;;; $Id: _init-mell.el.in,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.
+
+(defconst mell-version '("1.0.0" "2003-06-01"))
+
+(provide 'init-mell)
+;;;; Text properties for Emacs.
+; Local variables:
+; mode: emacs-lisp
+; End: