aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-op1.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-op1.boot')
-rw-r--r--src/interp/br-op1.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-op1.boot b/src/interp/br-op1.boot
index c8dd0098..5b46256d 100644
--- a/src/interp/br-op1.boot
+++ b/src/interp/br-op1.boot
@@ -612,10 +612,10 @@ dbShowOpParameters(htPage,opAlist,which,data) ==
htSayExpose(ops,exposeFlag)
n := #opform
do
- n = 2 and LASSOC('Nud,PROPLIST op) =>
+ n = 2 and symbolLassoc('Nud,PROPLIST op) =>
dbShowOpParameterJump(ops,which,count,single?)
htSay('" {\em ",KAR args,'"}")
- n = 3 and LASSOC('Led,PROPLIST op) =>
+ n = 3 and symbolLassoc('Led,PROPLIST op) =>
htSay('"{\em ",KAR args,'"} ")
dbShowOpParameterJump(ops,which,count,single?)
htSay('" {\em ",KAR KDR args,'"}")