[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/charset.c,v
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/charset.c,v |
Date: |
Wed, 06 Feb 2008 11:51:55 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 08/02/06 11:51:55
Index: charset.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/charset.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -b -r1.154 -r1.155
--- charset.c 1 Feb 2008 16:00:42 -0000 1.154
+++ charset.c 6 Feb 2008 11:51:55 -0000 1.155
@@ -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];