From: yamaoka Date: Thu, 2 Mar 2006 07:45:39 +0000 (+0000) Subject: Synch to No Gnus 200603020745. X-Git-Tag: t-gnus-6_17_4-quimby-~62 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3596d6563ce4cef343ef7cba0344e3c65dc03c83;p=elisp%2Fgnus.git- Synch to No Gnus 200603020745. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20fc4ef..56ff6d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-03-02 Katsumi Yamaoka + * dgnushack.el: Autoload customize-group for XEmacs. + * mml.el (mml-generate-mime-1): Encode parts other than text/* or message/* containing non-ASCII text properly. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 5531450..b7339e0 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -306,6 +306,7 @@ adding the --with-addpath=FLIM_PATH option.\n" (autoload 'browse-url "browse-url" nil t) (autoload 'c-mode "cc-mode" nil t) (autoload 'customize-apropos "cus-edit" nil t) + (autoload 'customize-group "cus-edit" nil t) (autoload 'customize-save-variable "cus-edit" nil t) (autoload 'customize-set-variable "cus-edit" nil t) (autoload 'customize-variable "cus-edit" nil t)