From 17bed73d60542761e6817b711fcc6d62c0d05cc6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 19 Aug 2007 14:35:21 +0000 Subject: * msg.boot.pamphlet (putDatabaseStuff): Fix thinko. (setMsgCatlessAttr): Quote catless. (posPointers): Fix thinko. --- src/interp/msg.boot.pamphlet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interp/msg.boot.pamphlet') diff --git a/src/interp/msg.boot.pamphlet b/src/interp/msg.boot.pamphlet index 70983f54..ac311779 100644 --- a/src/interp/msg.boot.pamphlet +++ b/src/interp/msg.boot.pamphlet @@ -122,7 +122,7 @@ processKeyedError msg == --%getting info from db. putDatabaseStuff msg == [text,attributes] := getMsgInfoFromKey msg - if attributes then setMsgUnforcedAttrList(msg,aL) + if attributes then setMsgUnforcedAttrList(msg,attributes) setMsgText(msg,text) getMsgInfoFromKey msg == @@ -177,7 +177,7 @@ posPointers msgList == pos := poCharPosn getMsgPos msg if pos ^= IFCAR posList then posList := [pos,:posList] - if getMsgFTTag = 'FROMTO then + if getMsgFTTag? msg = 'FROMTO then ftPosList := [poCharPosn getMsgPos2 msg,:ftPosList] for toPos in ftPosList repeat posList := insertPos(toPos,posList) @@ -487,7 +487,7 @@ setMsgUnforcedAttr(msg,cat,attr) == not QASSQ(cat, ncAlist msg) => ncPutQ(msg,cat,attr) setMsgCatlessAttr(msg,attr) == - ncPutQ(msg,catless,CONS (attr, IFCDR QASSQ(catless, ncAlist msg))) + ncPutQ(msg,'catless,CONS (attr, IFCDR QASSQ(catless, ncAlist msg))) whichCat attr == found := 'catless -- cgit v1.2.3