aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-menu.el')
-rw-r--r--generic/proof-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 10a70204..9b7271f5 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -641,7 +641,7 @@ that function defined is not already bound.
This function defines a function and returns a menu entry
suitable for adding to the proof assistant menu."
(let* ((menunames (split-string (downcase menuname)))
- (menuname-sym (proof-sym (proof-splice-separator "-" menunames)))
+ (menuname-sym (proof-sym (mapconcat 'identity menunames "-")))
(menu-fn menuname-sym) (i 1))
(while (and new (fboundp menu-fn))
(setq menu-fn (intern (concat (symbol-name menuname-sym)