diff options
| author | David Aspinall | 2008-01-17 13:52:24 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-17 13:52:24 +0000 |
| commit | 85836a0fe63349b3a9cf97f8db715f09e7a4e406 (patch) | |
| tree | 37eeadacc9a63e8eda1c0fcebe8bebc3019e5068 | |
| parent | c221030dca54d7728ad9965c0613e0110d67c3c4 (diff) | |
Also wait on pg-custom before running proof-set-value.
| -rw-r--r-- | generic/proof-config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 757b07e7..9b9aaddb 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -110,6 +110,7 @@ approximation we test whether proof-config is fully-loaded yet." (set-default sym value) (when (and (not noninteractive) + (featurep 'pg-custom) (featurep 'proof-config)) (if (fboundp sym) (funcall sym) |
