]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_charset): Set QCtest and Qeq.
authorKenichi Handa <handa@m17n.org>
Wed, 6 Feb 2008 11:51:55 +0000 (11:51 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 6 Feb 2008 11:51:55 +0000 (11:51 +0000)
src/charset.c

index 5fc2e142068b4604609ec13d0eb0231b13df3382..9c9395fdc65ff9e4aca49943e67dbad8a58a84b2 100644 (file)
@@ -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];