We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dbc31 commit b972a68Copy full SHA for b972a68
init.g
@@ -2,7 +2,7 @@
2
##
3
#A init.g GAPDoc Frank Lübeck / Max Neunhöffer
4
5
-#H @(#)$Id: init.g,v 1.17 2007-10-04 22:02:12 gap Exp $
+#H @(#)$Id: init.g,v 1.18 2011-07-04 14:56:25 gap Exp $
6
7
#Y Copyright (C) 2000, Frank Lübeck and Max Neunhöffer,
8
#Y Lehrstuhl D für Mathematik, RWTH Aachen
@@ -66,5 +66,6 @@ GAPInfo.tmpfunc := function()
66
fi;
67
end;
68
GAPInfo.tmpfunc();
69
-Add(POST_RESTORE_FUNCS, GAPInfo.tmpfunc);
+Add(GAPInfo.PostRestoreFuncs, GAPInfo.tmpfunc);
70
Unbind(GAPInfo.tmpfunc);
71
+
0 commit comments