mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(init_obarray): staticpro Qvariable_documentation.
This commit is contained in:
parent
a3e99933ee
commit
0f73bb1c2b
@ -2189,6 +2189,7 @@ init_obarray ()
|
||||
Vpurify_flag = Qt;
|
||||
|
||||
Qvariable_documentation = intern ("variable-documentation");
|
||||
staticpro (&Qvariable_documentation);
|
||||
|
||||
read_buffer_size = 100;
|
||||
read_buffer = (char *) malloc (read_buffer_size);
|
||||
|
Loading…
Reference in New Issue
Block a user