Skip to content

Commit

Permalink
Don't use undocumented extra args to InstallGlobalFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and james-d-mitchell committed Nov 23, 2018
1 parent a9cc3cf commit 679ca5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gap/oper.gi
Expand Up @@ -86,7 +86,7 @@ end);

#

InstallGlobalFunction(DigraphEdgeUnion, "for digraphs or a list of digraphs",
InstallGlobalFunction(DigraphEdgeUnion,
function(arg)
local n, out, nbs, new, gr, i;

Expand Down Expand Up @@ -1118,7 +1118,6 @@ end);
#

InstallGlobalFunction(DigraphDisjointUnion,
"for digraphs or a list of digraphs",
function(arg)
local out, offset, n, new, gr;

Expand Down Expand Up @@ -1151,7 +1150,7 @@ end);

#

InstallGlobalFunction(DigraphJoin, "for digraphs or a list of digraphs",
InstallGlobalFunction(DigraphJoin,
function(arg)
local tot, out, offset, n, nbs, gr, i;

Expand Down

0 comments on commit 679ca5e

Please sign in to comment.