(emh): New group.
authormorioka <morioka>
Sat, 15 Nov 1997 15:37:34 +0000 (15:37 +0000)
committermorioka <morioka>
Sat, 15 Nov 1997 15:37:34 +0000 (15:37 +0000)
(emh-automatic-mime-preview): Use `defcustom'.
(emh-decode-encoded-word): Use `defcustom'.

emh.el

diff --git a/emh.el b/emh.el
index c6187a8..1996c2f 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -8,7 +8,7 @@
 ;; Created: 1993/11/21
 ;;     Renamed: 1993/11/27 from mh-e-mime.el
 ;;     Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 0.21 $
+;; Version: $Revision: 0.22 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
@@ -38,7 +38,7 @@
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.21 1997-08-05 09:10:22 morioka Exp $")
+  "$Id: emh.el,v 0.22 1997-11-15 15:37:34 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
 ;;; @ variable
 ;;;
 
-(defvar emh-automatic-mime-preview t
-  "*If non-nil, show MIME processed message.")
+(defgroup emh nil
+  "MIME Extension for mh-e"
+  :group 'mime
+  :group 'mh)
 
-(defvar emh-decode-encoded-word t
-  "*If non-nil, decode encoded-word when it is not MIME preview mode.")
+(defcustom emh-automatic-mime-preview t
+  "*If non-nil, show MIME processed message."
+  :group 'emh
+  :type 'boolean)
+
+(defcustom emh-decode-encoded-word t
+  "*If non-nil, decode encoded-word when it is not MIME preview mode."
+  :group 'emh
+  :type 'boolean)
 
 
 ;;; @ functions