X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=semi-def.el;h=40b8086bc011369986e0a3766aa372b44ec81852;hb=87e0a8e3f764253c1ad4e864cd0c732426e99351;hp=e969c1ab2b0779dbe202f2ac1d57b8f5e9420f38;hpb=1325b8e529129b192524aeb3076e1d47e22be1c5;p=elisp%2Fsemi.git diff --git a/semi-def.el b/semi-def.el index e969c1a..40b8086 100644 --- a/semi-def.el +++ b/semi-def.el @@ -1,6 +1,6 @@ ;;; semi-def.el --- definition module for SEMI -*- coding: iso-8859-4; -*- -;; Copyright (C) 1995,96,97,98,99,2000,01,02 Free Software Foundation, Inc. +;; Copyright (C) 1995,96,97,98,99,2000,01,03 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -28,7 +28,7 @@ (require 'custom) -(defconst mime-user-interface-product ["SEMI" (1 14 5) "Awara-Onsen"] +(defconst mime-user-interface-product ["SEMI" (1 14 7) "Harue"] "Product name, version number and code name of MIME-kernel package.") (autoload 'mule-caesar-region "mule-caesar"