aboutsummaryrefslogtreecommitdiff
path: root/module/output/common.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
commit0d249a996d2c969feef525933de925af88e6c249 (patch)
tree639ccc2f65d33e9f1cf06cb0b619bce403cb054d /module/output/common.scm
parentFrontend feedback on event creation. (diff)
downloadcalp-0d249a996d2c969feef525933de925af88e6c249.tar.gz
calp-0d249a996d2c969feef525933de925af88e6c249.tar.xz
Change internal fields to stat with a dash.
Diffstat (limited to 'module/output/common.scm')
-rw-r--r--module/output/common.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/common.scm b/module/output/common.scm
index f572a282..155b88a8 100644
--- a/module/output/common.scm
+++ b/module/output/common.scm
@@ -10,7 +10,7 @@
)
-(define*-public (internal-field? symbol optional: (prefix "X-HNH-"))
+(define*-public (internal-field? symbol optional: (prefix "-"))
(string=? prefix
(string-take-to (symbol->string symbol)
(string-length prefix))))