# HG changeset patch # User Gerd Moellmann # Date 996851502 0 # Node ID 75739984c6c405e2204263f2265acac0b7b655c5 # Parent 17645cf48740385e7188e7a6dccb3fb7178220c5 (custom-set-variables): Don't test `custom-requests' properties, check the third element of the options passed to custom-set-variables instead. diff -r 17645cf48740 -r 75739984c6c4 lisp/custom.el --- 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)