diff options
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r-- | src/interp/pspad2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad2.boot b/src/interp/pspad2.boot index 3ece41b6..173fca07 100644 --- a/src/interp/pspad2.boot +++ b/src/interp/pspad2.boot @@ -487,7 +487,7 @@ formatComments(u,op,types) == u consComments(s,plusPlus) == - s is [word,:r] and null atom r => consComments(r, plusPlus) + s is [word,:r] and cons? r => consComments(r, plusPlus) s := first s null s => nil s := consCommentsTran s |