aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-site.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-18 17:30:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-18 17:30:57 +0000
commitea812f47a0e0dc3cfdb7ec32f8bb495457ef12f9 (patch)
tree2669cf8418faa56ccb8d4001ec6fb4d66d45aa47 /generic/proof-site.el
parent23f70bdfb7039db97f92484bbfcd00c9e6d98422 (diff)
Added proof-assistant-symbol
Diffstat (limited to 'generic/proof-site.el')
-rw-r--r--generic/proof-site.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index cb5a63a8..112a542e 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -202,8 +202,9 @@ Note: to change proof assistant, you must start a new Emacs session.")
:group 'proof-general-internals
:prefix ,(concat sname "-"))
- ;; Set the proof-assistant configuration variable
+ ;; Set the proof-assistant configuration variables
(setq proof-assistant ,assistant-name)
+ (setq proof-assistant-symbol (quote ,assistant))
;; Extend the load path, load the real mode and invoke it.
(setq load-path
(cons (concat proof-home-directory ,elisp-dir "/")