From b74ecdae12add0333ebfafdd942d078c8cef2b37 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 10 May 1998 17:45:25 +0000 Subject: [PATCH] Modify for REMI. --- semi-def.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/semi-def.el b/semi-def.el index a8135c8..4a2e453 100644 --- a/semi-def.el +++ b/semi-def.el @@ -1,11 +1,11 @@ -;;; semi-def.el --- definition module for SEMI +;;; semi-def.el --- definition module for REMI ;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news -;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). +;; This file is part of REMI (Radical Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -29,7 +29,7 @@ (eval-when-compile (require 'cl)) -(defconst mime-module-version '("SEMI" "Ichiburi" 1 4 3) +(defconst mime-module-version '("REMI" "Himi" 1 4 0) "Implementation name, version name and numbers of MIME-kernel package.") (autoload 'mule-caesar-region "mule-caesar" -- 1.7.10.4