From 025cdacd653f0b66e89c7d7eeb3da174fcdb91da Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 5 Nov 1997 14:57:29 +0000 Subject: [PATCH] Add group `mime' to `default-mime-charset'. --- mime-def.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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." -- 1.7.10.4