Mercurial > emacs
diff admin/cus-test.el @ 47886:02c982b64945
Minor change.
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Mon, 14 Oct 2002 22:20:42 +0000 |
| parents | b475e8cf9b0a |
| children | 9553f9fe9ad3 |
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)))
