mell (1.0.0-7) direct (non packaging) changes

Summary

 etc/55mell.el    |   20 ++++++++++++++++++++
 etc/init-mell.el |   17 +++++++++++++++++
 etc/no           |   20 ++++++++++++++++++++
 3 files changed, 57 insertions(+)

    
download this patch

Patch contents

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