comparison src/lread.c @ 16228:fa7a56c543df

(init_obarray): staticpro Qvariable_documentation.
author Erik Naggum <erik@naggum.no>
date Tue, 17 Sep 1996 16:19:15 +0000
parents a95e975275d8
children b91af71f45f1
comparison
equal deleted inserted replaced
16227:6acf08913847 16228:fa7a56c543df
2187 2187
2188 /* Qt is correct even if CANNOT_DUMP. loadup.el will set to nil at end. */ 2188 /* Qt is correct even if CANNOT_DUMP. loadup.el will set to nil at end. */
2189 Vpurify_flag = Qt; 2189 Vpurify_flag = Qt;
2190 2190
2191 Qvariable_documentation = intern ("variable-documentation"); 2191 Qvariable_documentation = intern ("variable-documentation");
2192 staticpro (&Qvariable_documentation);
2192 2193
2193 read_buffer_size = 100; 2194 read_buffer_size = 100;
2194 read_buffer = (char *) malloc (read_buffer_size); 2195 read_buffer = (char *) malloc (read_buffer_size);
2195 } 2196 }
2196 2197