Skip to content

Commit b972a68

Browse files
GAPgap
authored andcommitted
Use GAPInfo.PostRestoreFuncs instead of POST_RESTORE_FUNCS.
git-svn-id: path/gapdoc/trunk@295
1 parent d3dbc31 commit b972a68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init.g

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##
33
#A init.g GAPDoc Frank Lübeck / Max Neunhöffer
44
##
5-
#H @(#)$Id: init.g,v 1.17 2007-10-04 22:02:12 gap Exp $
5+
#H @(#)$Id: init.g,v 1.18 2011-07-04 14:56:25 gap Exp $
66
##
77
#Y Copyright (C) 2000, Frank Lübeck and Max Neunhöffer,
88
#Y Lehrstuhl D für Mathematik, RWTH Aachen
@@ -66,5 +66,6 @@ GAPInfo.tmpfunc := function()
6666
fi;
6767
end;
6868
GAPInfo.tmpfunc();
69-
Add(POST_RESTORE_FUNCS, GAPInfo.tmpfunc);
69+
Add(GAPInfo.PostRestoreFuncs, GAPInfo.tmpfunc);
7070
Unbind(GAPInfo.tmpfunc);
71+

0 commit comments

Comments
 (0)