From: morioka Date: Sun, 10 May 1998 17:45:25 +0000 (+0000) Subject: Modify for REMI. X-Git-Tag: remi-1_4_0-pre1~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b74ecdae12add0333ebfafdd942d078c8cef2b37;p=elisp%2Fsemi.git Modify for REMI. --- 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"