summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/x-mathml.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkxl/x-mathml.lmt')
-rw-r--r--tex/context/modules/mkxl/x-mathml.lmt6
1 files changed, 2 insertions, 4 deletions
diff --git a/tex/context/modules/mkxl/x-mathml.lmt b/tex/context/modules/mkxl/x-mathml.lmt
index ba05c002e..5d4653268 100644
--- a/tex/context/modules/mkxl/x-mathml.lmt
+++ b/tex/context/modules/mkxl/x-mathml.lmt
@@ -856,7 +856,7 @@ function xml.is_element(e,name)
return type(e) == "table" and (not name or e.tg == name)
end
-function mathml.cpolar_a(root)
+function mathml.cpolar(root)
root = getid(root)
local dt = root.dt
ctx_mathopnolimits("Polar")
@@ -905,6 +905,4 @@ install("mathml_mcolumn", mathml.mcolumn)
install("mathml_extensible", mathml.extensible)
install("mathml_csymbol", mathml.csymbol)
-install("mathml_cpolar_a", mathml.cpolar_a)
-
-install("mathml_cpolar_extensible", mathml.cpolar_extensible)
+install("mathml_cpolar", mathml.cpolar)