(mime-acting-condition): Use `mime-method-to-save' instead of external
[elisp/semi.git] / mime-def.el
index e4fd560..08f71d8 100644 (file)
@@ -1,12 +1,11 @@
 ;;; mime-def.el --- definition module for SEMI
 
-;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
+;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.72 1997-11-04 17:28:55 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
-;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
+;; This file is part of SEMI (Spadework for 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
@@ -33,6 +32,9 @@
   :group 'news
   :group 'mail)
 
+(custom-handle-keyword 'default-mime-charset :group 'mime
+                      'custom-variable)
+
 (unless (fboundp 'butlast)
   (defun butlast (x &optional n)
     "Returns a copy of LIST with the last N elements removed."
@@ -49,7 +51,8 @@
             x))))
   )
 
-(defconst semi-version-name "D\e,Dr\e(Bh\e,Dr\e(Bji")
+(defconst semi-version '("Nonoichi-K\e,Dr\e(Bdaimae" 1 0 2)
+  "Version name and numbers of SEMI-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"
   "Caesar rotation of current region." t)