Add fixed-objects slot to contain Edwin data structure describing
authorChris Hanson <org/chris-hanson/cph>
Tue, 24 Aug 1993 06:07:52 +0000 (06:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 24 Aug 1993 06:07:52 +0000 (06:07 +0000)
files that might need to be saved.  Initialize this slot to '().

v7/src/microcode/boot.c

index 26bf64b1f9def9782bfe8272416d669254b13843..2fbca582fd42d6d94562ea57b8651f39a8733fec 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: boot.c,v 9.83 1993/08/21 01:45:16 gjr Exp $
+$Id: boot.c,v 9.84 1993/08/24 06:07:52 cph Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -220,6 +220,7 @@ DEFUN_VOID (make_fixed_objects_vector)
     (fixed_objects_vector, Dummy_History, (initialize_history ()));
   FAST_VECTOR_SET (fixed_objects_vector, State_Space_Tag, SHARP_T);
   FAST_VECTOR_SET (fixed_objects_vector, Bignum_One, (long_to_bignum (1)));
+  FAST_VECTOR_SET (fixed_objects_vector, FIXOBJ_EDWIN_AUTO_SAVE, EMPTY_LIST);
 
   (*Free++) = EMPTY_LIST;
   (*Free++) = EMPTY_LIST;