aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-syscmd.boot')
-rw-r--r--src/interp/i-syscmd.boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index c74612b9..07e58001 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -1399,14 +1399,14 @@ importFromFrame args ==
--% )history
++ vm/370 filename type component
-SETANDFILEQ($historyFileType,'axh)
+$historyFileType := 'axh
++ vm/370 filename name component
-SETANDFILEQ($oldHistoryFileName,'last)
-SETANDFILEQ($internalHistoryTable,NIL)
+$oldHistoryFileName := 'last
+$internalHistoryTable := NIL
++ t means keep history in core
-SETANDFILEQ($useInternalHistoryTable, true)
+$useInternalHistoryTable := true
history l ==
l or null $options => sayKeyedMsg("S2IH0006",NIL)