Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- 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);
