diff scripts/plot/cla.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents c792872f8942
children ebb42fb2da04
line wrap: on
line diff
--- a/scripts/plot/cla.m
+++ b/scripts/plot/cla.m
@@ -82,7 +82,7 @@
   ## approximation.
 
   axes (hax);
-  axis auto
+  axis ("auto");
 
   ## Set the current axis back to where it was upon entry.
   axes (oldhax);