* values.c (set_internalvar): Set modifiable flag of newval.

This commit is contained in:
Jim Kingdon
1995-04-13 00:36:37 +00:00
parent b39958adc8
commit ade016526a
2 changed files with 5 additions and 0 deletions

View File

@@ -485,6 +485,7 @@ set_internalvar (var, val)
#endif
newval = value_copy (val);
newval->modifiable = 1;
/* Force the value to be fetched from the target now, to avoid problems
later when this internalvar is referenced and the target is gone or