Mercurial > hg > octave-lyh
comparison src/variables.cc @ 1423:2d88758ed94b
[project @ 1995-09-18 16:04:37 by jwe]
author | jwe |
---|---|
date | Mon, 18 Sep 1995 16:04:37 +0000 |
parents | 3b77015d7f42 |
children | 245206fbed64 |
comparison
equal
deleted
inserted
replaced
1422:afde7233c4dc | 1423:2d88758ed94b |
---|---|
1607 | 1607 |
1608 DEFVAR ("automatic_replot", SBV_automatic_replot, "false", | 1608 DEFVAR ("automatic_replot", SBV_automatic_replot, "false", |
1609 0, automatic_replot, | 1609 0, automatic_replot, |
1610 "if true, auto-insert a replot command when a plot changes"); | 1610 "if true, auto-insert a replot command when a plot changes"); |
1611 | 1611 |
1612 DEFVAR ("beep_on_error", SBV_beep_on_error, "false", 0, | |
1613 beep_on_error, | |
1614 "if true, beep before printing error messages"); | |
1615 | |
1612 DEFVAR ("default_return_value", SBV_default_return_value, Matrix (), | 1616 DEFVAR ("default_return_value", SBV_default_return_value, Matrix (), |
1613 0, 0, | 1617 0, 0, |
1614 "the default for value for unitialized variables returned from\n\ | 1618 "the default for value for unitialized variables returned from\n\ |
1615 functions. Only used if the variable initialize_return_values is\n\ | 1619 functions. Only used if the variable initialize_return_values is\n\ |
1616 set to \"true\"."); | 1620 set to \"true\"."); |