;; 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).
: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."