From: Kenichi Handa Date: Wed, 6 Feb 2008 11:51:55 +0000 (+0000) Subject: (syms_of_charset): Set QCtest and Qeq. X-Git-Tag: emacs-pretest-23.0.90~8144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3943ed767c4230c9cf7a489124ede96168a4c33b;p=emacs.git (syms_of_charset): Set QCtest and Qeq. --- diff --git a/src/charset.c b/src/charset.c index 5fc2e142068..9c9395fdc65 100644 --- a/src/charset.c +++ b/src/charset.c @@ -2097,6 +2097,10 @@ syms_of_charset () 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];