summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 1987df8..4afc3c0 100644
--- a/glyph/global.m4.conf
+++ b/glyph/global.m4.conf
@@ -7,10 +7,10 @@ m4_define(`__GLYPH_CHOOSE_STYLE',
m4_dnl
m4_dnl
m4_dnl
-m4_define(`__GLYPH_ERLANG_STYLE',`from_id (`$1') ->
+m4_define(`__GLYPH_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
#glyph
{
- id = $1,
+ id = <<"$1">>,
name = <<"$2">>,
omnimods = __OMNIMODS($3, $4, $5, $6)
};