--- mell-1.0.0.orig/etc/no
+++ mell-1.0.0/etc/no
@@ -0,0 +1,20 @@
+;;;; no: 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.
+
+(setq load-path
+      (cons (expand-file-name (concat "/usr/share/emacs/site-lisp"
+				      "/mell")) load-path))
+(defconst mell-version '("1.0.0" "2003-06-01"))
+
+(provide ')
+;;;; Text properties for Emacs.
+; Local variables:
+; mode: emacs-lisp
+; End:
