Fix browser command following TypSize move.

This commit is contained in:
David Brown 2016-09-23 19:34:18 +01:00
parent fb002de0dd
commit d683df3e72
6 changed files with 1 additions and 6 deletions

View file

@ -267,5 +267,5 @@ MODULE BrowserCmd; (* RC 29.10.93 *) (* object model 4.12.93, command line ver
END ShowDef;
BEGIN
OPT.typSize := OPV.TypSize; Texts.OpenWriter(W); ShowDef
Texts.OpenWriter(W); ShowDef
END BrowserCmd.