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	Mon Mar 24 22:54:55 1997 +0000
+++ b/src/variables.cc	Tue Mar 25 23:32:15 1997 +0000
@@ -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,