diff lisp/custom.el @ 38681:75739984c6c4

(custom-set-variables): Don't test `custom-requests' properties, check the third element of the options passed to custom-set-variables instead.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 03 Aug 2001 15:11:42 +0000
parents 040e14876399
children 0999a3a48e17
line wrap: on
line diff
--- a/lisp/custom.el	Fri Aug 03 12:33:41 2001 +0000
+++ b/lisp/custom.el	Fri Aug 03 15:11:42 2001 +0000
@@ -451,7 +451,7 @@
 			;; that the mode function will see other
 			;; customized values rather than default
 			;; values.
-			(t (get sym2 'custom-requests)))))))
+			(t (nth 3 a2)))))))
   (while args
     (let ((entry (car args)))
       (if (listp entry)