* allow -l-

git-svn-id: trunk@8382 -
This commit is contained in:
peter 2007-09-04 18:29:58 +00:00
parent fdf8980856
commit 8c24a15e26

View File

@ -907,10 +907,8 @@ begin
else
IllegalPara(opt);
end;
'l' :
if not UnSetBool(more,0) then
ParaLogo:=true;
ParaLogo:=UnSetBool(more,0);
'm' :
parapreprocess:=not UnSetBool(more,0);