Add group `mime' to `default-mime-charset'.
authormorioka <morioka>
Wed, 5 Nov 1997 14:57:29 +0000 (14:57 +0000)
committermorioka <morioka>
Wed, 5 Nov 1997 14:57:29 +0000 (14:57 +0000)
mime-def.el

index e4fd560..4ad84ba 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 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 $
+;; Version: $Id: mime-def.el,v 0.73 1997-11-05 14:57:29 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -33,6 +33,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."