summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-05 17:42:55 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-05 17:42:55 +0200
commit62b5887d0422bd19a796f572074bf57021e4520d (patch)
tree5d5624912e325187141b3242e19a91cfc92a452e /glyph/global.m4.conf
parent58beb12cd745ae3537703b736fb6a3513b78ebd6 (diff)
Fixes omnimods not appearing.
Diffstat (limited to 'glyph/global.m4.conf')
-rw-r--r--glyph/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf
index 4afc3c0..e1e6b26 100644
--- a/glyph/global.m4.conf
+++ b/glyph/global.m4.conf
@@ -15,7 +15,7 @@ m4_define(`__GLYPH_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
omnimods = __OMNIMODS($3, $4, $5, $6)
};
')m4_dnl
-m4_define(`__GLYPH_USE_ERLANG_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_ERLANG_STYLE')__MOD_USE_ERLANG_STYLE()')m4_dnl
+m4_define(`__GLYPH_USE_ERLANG_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_ERLANG_STYLE')')m4_dnl
m4_dnl
m4_dnl
m4_dnl
@@ -26,7 +26,7 @@ m4_define(`__GLYPH_JSON_STYLE',` {
"omni": __OMNIMODS($3, $4, $5, $6)
},
')m4_dnl
-m4_define(`__GLYPH_USE_JSON_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_JSON_STYLE')__MOD_USE_JSON_STYLE()')m4_dnl
+m4_define(`__GLYPH_USE_JSON_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_JSON_STYLE')')m4_dnl
m4_dnl
m4_dnl
m4_dnl