Autoload customize-group for XEmacs.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Mar 2006 07:45:27 +0000 (07:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Mar 2006 07:45:27 +0000 (07:45 +0000)
lisp/ChangeLog
lisp/dgnushack.el

index ffa76a6..18da78c 100644 (file)
@@ -1,5 +1,7 @@
 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * 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.
 
index d3d3890..4d6a119 100644 (file)
@@ -203,6 +203,7 @@ fixed in Emacs after 21.3."
     (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)