# HG changeset patch # User jwe # Date 848035706 0 # Node ID 19b33e933eae7aaff34245525afd93758f2a63d1 # Parent a034dcdbc282a025d532581f1f85c7de25ad537c [project @ 1996-11-15 05:28:26 by jwe] diff --git a/src/pt-plot.cc b/src/pt-plot.cc --- a/src/pt-plot.cc +++ b/src/pt-plot.cc @@ -1036,7 +1036,7 @@ DEFUN_TEXT (set, args, nargout, "This command is has been replaced by `gset'.") { - warning ("set is obsolete -- use gset instead") + warning ("set is obsolete -- use gset instead"); return Fgset (args, nargout); } @@ -1072,7 +1072,7 @@ DEFUN_TEXT (show, args, nargout, "This command is has been replaced by `gshow'.") { - warning ("show is obsolete -- use gshow instead") + warning ("show is obsolete -- use gshow instead"); return Fgshow (args, nargout); }