aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-menu.el
diff options
context:
space:
mode:
authorDavid Aspinall2009-08-25 11:51:02 +0000
committerDavid Aspinall2009-08-25 11:51:02 +0000
commit6705f896cb0fffceaab3d7b4cdb2921a70e769a2 (patch)
tree79976e8f85f6f0a67ef1d398ad2c4a8069256d33 /generic/proof-menu.el
parentb94d41c5af6e35684b9dacec840ef2e7c9031a38 (diff)
Add menu entry for setting proof assistant command
Diffstat (limited to 'generic/proof-menu.el')
-rw-r--r--generic/proof-menu.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 8ebb0f09..0357180a 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -167,7 +167,12 @@ without adjusting window layout."
(vector
(concat "Exit " proof-assistant)
'proof-shell-exit
- ':active '(proof-shell-live-buffer)))
+ ':active '(proof-shell-live-buffer))
+ ;; TODO: doc <PA>-set-command here
+ (vector
+ (concat "Set " proof-assistant " command")
+ (proof-ass-sym set-command)
+ ':active '(fboundp (proof-ass-sym set-command))))
'("----")
(list
(cons "Help"