Autoload customize-set-variable for XEmacs.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 26 May 2004 08:55:57 +0000 (08:55 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 26 May 2004 08:55:57 +0000 (08:55 +0000)
lisp/ChangeLog
lisp/dgnushack.el

index 6c5ba5c..b9b0467 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * dgnushack.el: Autoload customize-set-variable for XEmacs.
+
        * rfc2047.el (rfc2047-encodable-p): Don't move point.
 
 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
index 9660724..8a97a69 100644 (file)
@@ -190,6 +190,7 @@ fixed in Emacs after 21.3."
     (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)