diff options
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. |
