diff options
| author | David Aspinall | 2000-05-07 10:37:33 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-07 10:37:33 +0000 |
| commit | 79c6d85b134e425d9b495c469c81ea18c6be4464 (patch) | |
| tree | 8f7909352895fb496e605d33943a8b21e7291fae | |
| parent | b19f2685c964dececd926ea21eb018d287f1e43d (diff) | |
Comments
| -rw-r--r-- | generic/proof-config.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 52d3a434..3bc3ea23 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -584,6 +584,8 @@ proof-assistant-table." :type 'sexp :group 'prover-config) + + (defcustom proof-assistant "" "Name of the proof assistant Proof General is using. Do not change this variable! It is set automatically by the mode @@ -1895,7 +1897,7 @@ X-Symbol support is deactivated." ,@args :group ,(quote proof-assistant-cusgrp))) -; (proof-defass-custom test "Hello" +;(proof-defass-custom test "Hello" ; "Command" ; :type 'string) @@ -1904,7 +1906,7 @@ X-Symbol support is deactivated." ;; ;; 10. Global constants -;; + (defcustom proof-general-name "Proof-General" "Proof General name used internally and in menu titles." :type 'string |
