diff options
| author | David Aspinall | 1998-12-18 17:30:57 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-12-18 17:30:57 +0000 |
| commit | ea812f47a0e0dc3cfdb7ec32f8bb495457ef12f9 (patch) | |
| tree | 2669cf8418faa56ccb8d4001ec6fb4d66d45aa47 /generic/proof-config.el | |
| parent | 23f70bdfb7039db97f92484bbfcd00c9e6d98422 (diff) | |
Added proof-assistant-symbol
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 627d16ee..56f59809 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -304,11 +304,25 @@ Warning messages can come from proof assistant or from Proof General itself." (defcustom proof-assistant "" "Name of the proof assistant Proof General is using. -This is set automatically by the mode stub defined in proof-site, -from the name given in proof-assistant-table." +Do not change this variable! It is set automatically by the mode +stub defined in proof-site, from the name given in +proof-assistant-table." :type 'string :group 'prover-config) +;; 18.12.98: Added this variable, useful for future simplified +;; mechanisms of instantiation. +(defcustom proof-assistant-symbol nil + "Symbol name of the proof assistant Proof General is using. +Used for automatic configuration based on standard variable names. +Settings will be found by looking for names beginning with this +symbol as a prefix. +Do not change this variable! It is set automatically by the mode +stub defined in proof-site, from the symbols given in +proof-assistant-table." + :type 'sexp + :group 'prover-config) + |
