Mercurial > emacs
changeset 64363:71c7519df9b7
(syms_of_ntproc): staticpro Qhigh, Qlow,
Vw32_valid_locale_ids, and Vw32_valid_codepages.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 16 Jul 2005 11:25:43 +0000 |
parents | cbb3c92e7023 |
children | 467ac2466cf1 |
files | src/w32proc.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32proc.c Sat Jul 16 11:03:26 2005 +0000 +++ b/src/w32proc.c Sat Jul 16 11:25:43 2005 +0000 @@ -2146,6 +2146,8 @@ { Qhigh = intern ("high"); Qlow = intern ("low"); + staticpro (&Qhigh); + staticpro (&Qlow); #ifdef HAVE_SOCKETS defsubr (&Sw32_has_winsock); @@ -2241,6 +2243,9 @@ Note that this option is only useful for files on NTFS volumes, where hard links are supported. Moreover, it slows down `file-attributes' noticeably. */); Vw32_get_true_file_attributes = Qt; + + staticpro (&Vw32_valid_locale_ids); + staticpro (&Vw32_valid_codepages); } /* end of ntproc.c */