aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-29 15:37:13 +0000
committerDavid Aspinall1998-10-29 15:37:13 +0000
commit23792ca17ac646eadf08c7be62ccda7767002449 (patch)
tree67f890878a7adefefe15180d2a98d9b1a77c0dc2 /generic/proof-script.el
parent677e94838915dd4cacd3ad70c5da90b3730eddbc (diff)
More hacks to variable names for customize (sorry)
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 8fabb2b8..a45b45a2 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1285,9 +1285,9 @@ Start up the proof assistant if necessary."
(defvar proof-help-menu
`("Help"
[,(concat proof-assistant " web page")
- (browse-url proof-www-home-page) t]
+ (browse-url proof-assistant-home-page) t]
["Proof General home page"
- (browse-url proof-general-home-page) t]
+ (browse-url proof-proof-general-home-page) t]
["Proof General Info" proof-info-mode t]
)
"The Help Menu in Script Management.")
@@ -1506,9 +1506,10 @@ finish setup which depends on specific proof assistant configuration."
;; older/non-existent customize doesn't have
;; this function.
(if (fboundp 'customize-menu-create)
- (list (customize-menu-create 'proof)
- (customize-menu-create 'proof-internal
- "Internals"))
+ (list (customize-menu-create 'proof-general)
+ (customize-menu-create
+ 'proof-general-internals
+ "Internals"))
nil)
;; end UGLY COMPATIBILTY HACK
)))