diff options
Diffstat (limited to 'src/interp/htcheck.boot')
-rw-r--r-- | src/interp/htcheck.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot index 70ac5d43..48f8f07f 100644 --- a/src/interp/htcheck.boot +++ b/src/interp/htcheck.boot @@ -98,7 +98,7 @@ buildHtMacroTable() == $htMacroTable getHtMacroItem line == - null stringPrefix?('"\newcommand{",line) => nil + not stringPrefix?('"\newcommand{",line) => nil k := charPosition(char '_},line,11) command := SUBSTRING(line,12,k - 12) numOfArgs := |