Mercurial > hg > octave-nkf
diff src/variables.cc @ 661:9ccf86647203
[project @ 1994-08-30 04:41:56 by jwe]
author | jwe |
---|---|
date | Tue, 30 Aug 1994 04:46:17 +0000 |
parents | fae2bd91c027 |
children | 7d86cace6e7f |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1333,6 +1333,10 @@ DEFVAR ("ans", SBV_ans, , 0, 0, 1, 0, ""); + DEFVAR ("automatic_replot", SBV_automatic_replot, "false", + 0, 0, 1, automatic_replot, + "if true, auto-insert a replot command when a plot changes"); + DEFVAR ("commas_in_literal_matrix", SBV_commas_in_literal_matrix, "", 0, 0, 1, commas_in_literal_matrix, "control auto-insertion of commas in literal matrices");