summaryrefslogtreecommitdiff
path: root/metapost/context/base/mp-mlib.mpiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-08-25 14:06:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-08-25 14:06:00 +0200
commit11c608bd2e15710eeb544e6012855d5c02c513f9 (patch)
treecc6ad3d0db9af8ea94d5741f417713bbddf5775e /metapost/context/base/mp-mlib.mpiv
parent92ba2a4d158c35970db94d18eae1219a0c855944 (diff)
downloadcontext-11c608bd2e15710eeb544e6012855d5c02c513f9.tar.gz
beta 2013.08.25 14:06
Diffstat (limited to 'metapost/context/base/mp-mlib.mpiv')
-rw-r--r--metapost/context/base/mp-mlib.mpiv8
1 files changed, 4 insertions, 4 deletions
diff --git a/metapost/context/base/mp-mlib.mpiv b/metapost/context/base/mp-mlib.mpiv
index 81b09d6dc..abf0eb974 100644
--- a/metapost/context/base/mp-mlib.mpiv
+++ b/metapost/context/base/mp-mlib.mpiv
@@ -281,9 +281,9 @@ enddef ;
let mfun_label = label ;
let mfun_thelabel = thelabel ;
-def useplainlabels =
- let label = plain_label ;
- let thelabel = plain_thelabel ;
+def useplainlabels = % somehow let doesn't work for all code
+ def label = plain_label enddef ;
+ def thelabel = plain_thelabel enddef ;
enddef ;
def usemetafunlabels =
@@ -291,7 +291,7 @@ def usemetafunlabels =
let thelabel = mfun_thelabel ;
enddef ;
-plain_compatibity_data := plain_compatibity_data & "save label, thelabel ;" & "useplainlabels ;" ;
+plain_compatibility_data := plain_compatibility_data & "save label, thelabel ;" & "useplainlabels ;" ;
% next comes own own: