Mercurial > emacs
changeset 91577:0d4efe9869a2
(syms_of_charset): Set QCtest and Qeq.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 06 Feb 2008 11:51:55 +0000 |
parents | 10c3131a345b |
children | d20d77b34b8e |
files | src/charset.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Wed Feb 06 10:00:57 2008 +0000 +++ b/src/charset.c Wed Feb 06 11:51:55 2008 +0000 @@ -2097,6 +2097,10 @@ staticpro (&Vemacs_mule_charset_list); Vemacs_mule_charset_list = Qnil; + /* Don't staticpro them here. It's done in syms_of_fns. */ + QCtest = intern (":test"); + Qeq = intern ("eq"); + staticpro (&Vcharset_hash_table); { Lisp_Object args[2];