summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-06 21:16:28 +0000
committerKarl Berry <karl@freefriends.org>2021-09-06 21:16:28 +0000
commita6c5ead40f7edd8d156d9d22e8b4b802090e02c6 (patch)
tree7db24af05f7be0e6a5db3e60e8f2050ddaf24478 /Master/texmf-dist/tex/context
parentebf646b3f72db03de82b02580e5a68b878a5a067 (diff)
context-filter (6sep21)
git-svn-id: svn://tug.org/texlive/trunk@60437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r--Master/texmf-dist/tex/context/third/filter/t-filter.mkiv8
-rw-r--r--Master/texmf-dist/tex/context/third/filter/t-filter.mkxl4
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv b/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv
index 757f4752b06..fee0c31bc53 100644
--- a/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv
+++ b/Master/texmf-dist/tex/context/third/filter/t-filter.mkiv
@@ -1,6 +1,6 @@
%D \module
%D [ file=t-filter,
-%D version=2020.06.29,
+%D version=2021.09.05,
%D title=\CONTEXT\ User Module,
%D subtitle=Filter,
%D author=Aditya Mahajan,
@@ -9,7 +9,7 @@
%D email=adityam <at> ieee <dot> org,
%D license=Simplified BSD License]
-\writestatus{loading}{Filter (ver: 2020.06.29)}
+\writestatus{loading}{Filter (ver: 2021.09.05)}
\startmodule [filter]
\usemodule [module-catcodes]
@@ -163,8 +163,8 @@
\edef\externalfilter@input_file{\externalfilter@any_filename{#3}}
\splitfilename{#3}
- %NOTE: \edef doesn not work because \splitoffname is not expandable
- \def\externalfilter@base_file {\splitoffname}
+ %NOTE: \edef doesn not work because \splitoffbase is not expandable
+ \def\externalfilter@base_file {\splitoffbase}
% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory
diff --git a/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl b/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl
index 0b58be9c7d8..3d27c469bc1 100644
--- a/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl
+++ b/Master/texmf-dist/tex/context/third/filter/t-filter.mkxl
@@ -163,8 +163,8 @@
\edef\externalfilter@input_file{\externalfilter@any_filename{#3}}
\splitfilename{#3}
- %NOTE: \edef doesn not work because \splitoffname is not expandable
- \def\externalfilter@base_file {\splitoffname}
+ %NOTE: \edef doesn not work because \splitoffbase is not expandable
+ \def\externalfilter@base_file {\splitoffbase}
% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory