diff options
| author | David Aspinall | 2000-05-05 11:28:34 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-05 11:28:34 +0000 |
| commit | e6770fe99299f8b5d1093ad0b44632d1d3705991 (patch) | |
| tree | 86df6d22b075d2998822ac2fd86b77afb98a7ecc /generic | |
| parent | 48dca3ba8a48c270bff315c21ba7f0c0007386f6 (diff) | |
Added variables for customization groups so they can be set automatically.
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-site.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el index b17c3c8a..020d5179 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -257,6 +257,8 @@ Note: to change proof assistant, you must start a new Emacs session.") ;; NB: tempting to use customize-set-variable: wrong! ;; Here we treat customize as extended docs for these ;; variables. + (setq proof-assistant-cusgrp (quote ,cusgrp)) + (setq proof-assistant-internals-cusgrp (quote ,cus-internals)) (setq proof-assistant ,assistant-name) (setq proof-assistant-symbol (quote ,assistant)) ;; Extend the load path, load the real mode and invoke it. |
