From 2659eedaa7c2743e00d44dc3d583e1debb6a6e3a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 26 May 2004 08:56:30 +0000 Subject: [PATCH] Synch to No Gnus 200405260855. --- lisp/ChangeLog | 2 ++ lisp/dgnushack.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 087019e..c8faff4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-05-26 Katsumi Yamaoka + * dgnushack.el: Autoload customize-set-variable for XEmacs. + * rfc2047.el (rfc2047-encodable-p): Don't move point. 2004-05-25 Teodor Zlatanov diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 27feec4..bd04d08 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -310,6 +310,7 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again. (autoload 'c-mode "cc-mode" nil t) (autoload 'customize-apropos "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) (autoload 'delete-annotation "annotations") (autoload 'dolist "cl-macs" nil nil 'macro) -- 1.7.10.4