Mercurial > hg > octave-lyh
diff src/variables.cc @ 2825:60ae49e1284f
[project @ 1997-03-25 23:17:36 by jwe]
author | jwe |
---|---|
date | Tue, 25 Mar 1997 23:32:15 +0000 |
parents | 187d5321cfa3 |
children | 52e7c4509983 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1630,7 +1630,9 @@ DEFVAR (history_file, default_history_file (), 0, history_file, "name of command history file"); - DEFVAR (history_size, default_history_size (), 0, history_size, + double tmp_hist_size = default_history_size (); + + DEFVAR (history_size, tmp_hist_size, 0, history_size, "number of commands to save in the history list"); DEFVAR (ignore_function_time_stamp, "system", 0, ignore_function_time_stamp,