# HG changeset patch # User Markus Rost # Date 1034634042 0 # Node ID 02c982b649456de3c5ab12997a1ceb3ecd785efb # Parent 6cd1b0c375996bb545bc0b884d1c82425c0a4392 Minor change. diff -r 6cd1b0c37599 -r 02c982b64945 admin/cus-test.el --- a/admin/cus-test.el Mon Oct 14 20:28:24 2002 +0000 +++ b/admin/cus-test.el Mon Oct 14 22:20:42 2002 +0000 @@ -234,8 +234,7 @@ ;; Store symbols with a custom-get property. (when (get symbol 'custom-get) - (add-to-list 'cus-test-vars-with-custom-get - symbol 'append)) + (add-to-list 'cus-test-vars-with-custom-get symbol)) ;; Changed outside the customize buffer? ;; This routine is not very much tested. @@ -246,8 +245,7 @@ (and (consp c-value) (boundp symbol) (not (equal (eval (car c-value)) (symbol-value symbol))) - (add-to-list 'cus-test-vars-with-changed-state - symbol 'append))) + (add-to-list 'cus-test-vars-with-changed-state symbol))) (if mismatch (push symbol cus-test-errors)))