Patch is here:

diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index a9a1e4a..38027a5 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -304,7 +304,7 @@ clearCmdAll() ==
   if $useInternalHistoryTable
     then $internalHistoryTable := NIL
     else deleteFile histFileName()
-  $IOindex := 1
+  if not null $IOindex then $IOindex := 1
   updateCurrentInterpreterFrame()
   $currentLine := '")clear all"    --restored 3/94; needed for undo (RDJ)
   clearMacroTable()

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to