aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pspad1.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/pspad1.boot')
-rw-r--r--src/interp/pspad1.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/pspad1.boot b/src/interp/pspad1.boot
index a4e2e806..663881a3 100644
--- a/src/interp/pspad1.boot
+++ b/src/interp/pspad1.boot
@@ -196,7 +196,8 @@ isSpecialBufferItem item ==
item = "; " or string? item => true
false
-isCloseDelimiter item == EQ(item,")") or EQ(item,"]") or EQ(item,"}")
+isCloseDelimiter item ==
+ item = ")" or item = "]" or item = "}"
--======================================================================
-- Formatting/Line Control Functions