changeset 13745:3c3b74677fa0

maint: periodic merge of stable to default
author John W. Eaton <jwe@octave.org>
date Mon, 24 Oct 2011 16:16:50 -0400
parents 0206484682c6 (current diff) eac43686d791 (diff)
children 7ff0bdc3dc4c
files configure.ac
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Oct 20 14:28:13 2011 -0500
+++ b/.hgtags	Mon Oct 24 16:16:50 2011 -0400
@@ -52,3 +52,4 @@
 695141f1c05cf1b240592bdd18e7a1503bb2a539 ss-3-3-55
 901d466ee55ac902a875ec0ade6f1eccef0841dc release-3-4-1
 3666e8e6f96e6899b8306d6ea9614aadf0500d67 release-3-4-2
+b0e70a71647b671ebcfa7a79af1ae6d3c0f52065 release-3-4-3
--- a/scripts/plot/private/__axes_limits__.m	Thu Oct 20 14:28:13 2011 -0500
+++ b/scripts/plot/private/__axes_limits__.m	Mon Oct 24 16:16:50 2011 -0400
@@ -45,7 +45,7 @@
         error ("%s: argument must be a 2 element vector", fcn);
       else
         if (arg(1) >= arg(2))
-          error ("%s: axis limits must be increasing", fcn)
+          error ("%s: axis limits must be increasing", fcn);
         else
           set (h, fcn, arg(:));
         endif