# HG changeset patch # User Markus Mützel # Date 1595669635 -7200 # Node ID b81238f3ecdb0be80d3777163441ecf951572123 # Parent 4deb794d85e26e9a3a6939017acaf86ddde98807 __gnuplot_legend__.m: Fix syntax error. * scripts/plot/appearance/private/__gnuplot_legend__.m (cb_legend_location): Fix syntax error in input argument list. diff -r 4deb794d85e2 -r b81238f3ecdb scripts/plot/appearance/private/__gnuplot_legend__.m --- a/scripts/plot/appearance/private/__gnuplot_legend__.m Fri Jul 24 10:49:44 2020 -0700 +++ b/scripts/plot/appearance/private/__gnuplot_legend__.m Sat Jul 25 11:33:55 2020 +0200 @@ -1241,7 +1241,7 @@ endfunction ## The legend "location" property has changed. -function cb_legend_location (hleg, []) +function cb_legend_location (hleg, ~) ## If it isn't "none", which means manual positioning, then rebuild. if (! strcmp (get (hleg, "location"), "none"))