Skip to content

Commit

Permalink
Reset GAPInfo.TermEncoding after loading workspace.
Browse files Browse the repository at this point in the history
git-svn-id: path/gapdoc/trunk@177
  • Loading branch information
GAP authored and gap committed Jun 13, 2007
1 parent a0e777d commit e52a215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion init.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
#A init.g GAPDoc Frank Lübeck / Max Neunhöffer
##
#H @(#)$Id: init.g,v 1.15 2007-05-14 20:10:57 gap Exp $
#H @(#)$Id: init.g,v 1.16 2007-06-13 16:02:50 gap Exp $
##
#Y Copyright (C) 2000, Frank Lübeck and Max Neunhöffer,
#Y Lehrstuhl D für Mathematik, RWTH Aachen
Expand Down Expand Up @@ -61,4 +61,5 @@ GAPInfo.tmpfunc := function()
fi;
end;
GAPInfo.tmpfunc();
Add(POST_RESTORE_FUNCS, GAPInfo.tmpfunc);
Unbind(GAPInfo.tmpfunc);
2 changes: 1 addition & 1 deletion toweb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

WEBDIR=$HOME"/MyWWWHome/web/~Frank.Luebeck/gap/GAPDocX/"
WEBDIR=$HOME"/MyWWWHome/web/~Frank.Luebeck/gap/GAPDoc/"

echo "Copying files to this web directory, is that ok?"
echo " "$WEBDIR
Expand Down

0 comments on commit e52a215

Please sign in to comment.