From 3596d6563ce4cef343ef7cba0344e3c65dc03c83 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 2 Mar 2006 07:45:39 +0000 Subject: [PATCH] Synch to No Gnus 200603020745. --- lisp/ChangeLog | 2 ++ lisp/dgnushack.el | 1 + 2 files changed, 3 insertions(+) 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) -- 1.7.10.4