Skip to content

Commit

Permalink
Fix a bug that \inhibitglue is not reset by a jfm glue
Browse files Browse the repository at this point in the history
eg. \vrule\inhibitglue:あ(
  • Loading branch information
h-kitagawa committed Mar 11, 2018
1 parent d3d7cd0 commit 1d035a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/texk/web2c/ptexdir/ptex-base.ch
Expand Up @@ -7316,7 +7316,7 @@ if inhibit_glue_flag<>true then
end;
end;
end;
skip_loop: do_nothing;
skip_loop: inhibit_glue_flag:=false;
@ @<Basic printing...@>=
procedure print_kanji(@!s:KANJI_code); {prints a single character}
Expand Down

0 comments on commit 1d035a8

Please sign in to comment.