diff lisp/custom/custom.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 85ec50267440
line wrap: on
line diff
--- a/lisp/custom/custom.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/custom/custom.el	Mon Aug 13 09:44:42 2007 +0200
@@ -4,7 +4,7 @@
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, faces
-;; Version: 1.9931
+;; Version: 1.9937
 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
 
 ;; This file is part of GNU Emacs.
@@ -44,8 +44,8 @@
 ;; These autoloads should be deleted eventually. 
 (unless (fboundp 'load-gc)
   ;; From cus-edit.el
-  (autoload 'custom-set-value "cus-edit" nil t)
-  (autoload 'custom-set-variable "cus-edit" nil t)
+  (autoload 'customize-set-value "cus-edit" nil t)
+  (autoload 'customize-set-variable "cus-edit" nil t)
   (autoload 'customize "cus-edit" nil t)
   (autoload 'customize-browse "cus-edit" nil t)
   (autoload 'customize-group "cus-edit" nil t)