Skip to content

Commit 2987ca3

Browse files
committed
Use \edef in \pdfunidef
It shouldn't matter though.
1 parent ded84a3 commit 2987ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfextra.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
% modified
276276
\_def\_pdfunidef#1#2{%
277277
\_edef\_tmp{#2}%
278-
\_def#1{\_directlua{
278+
\_edef#1{\_directlua{
279279
local str = token.scan_string()
280280
local out = { "<FEFF" }
281281
for _, c in utf8.codes(str) do

0 commit comments

Comments
 (0)