changeset 47886:02c982b64945

Minor change.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 14 Oct 2002 22:20:42 +0000
parents 6cd1b0c37599
children d347ebc48f79
files admin/cus-test.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)))