From: morioka Date: Wed, 5 Nov 1997 14:57:29 +0000 (+0000) Subject: Add group `mime' to `default-mime-charset'. X-Git-Tag: semi-0_116~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=025cdacd653f0b66e89c7d7eeb3da174fcdb91da;p=elisp%2Fsemi.git Add group `mime' to `default-mime-charset'. --- diff --git a/mime-def.el b/mime-def.el index e4fd560..4ad84ba 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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."