summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-05 15:41:46 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-05 15:41:46 +0200
commit58beb12cd745ae3537703b736fb6a3513b78ebd6 (patch)
tree661ea287e9a6dce1886d62028e71d092e1eef84b /glyph/global.m4.conf
parent9175edfe1d66f28365b6b7c5a83da5541d28d446 (diff)
Working on the addition of glyphs & their boards.
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)
};