# HG changeset patch # User Erik Naggum # Date 842977155 0 # Node ID fa7a56c543dfa0d1bf7171b2db0d3f62387bf83a # Parent 6acf0891384702de949a17ef03b1d82e20741cc0 (init_obarray): staticpro Qvariable_documentation. diff -r 6acf08913847 -r fa7a56c543df src/lread.c --- a/src/lread.c Tue Sep 17 16:19:07 1996 +0000 +++ b/src/lread.c Tue Sep 17 16:19:15 1996 +0000 @@ -2189,6 +2189,7 @@ Vpurify_flag = Qt; Qvariable_documentation = intern ("variable-documentation"); + staticpro (&Qvariable_documentation); read_buffer_size = 100; read_buffer = (char *) malloc (read_buffer_size);