diff options
author | Kenichi Handa <handa@m17n.org> | 2008-02-06 11:51:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-02-06 11:51:55 +0000 |
commit | 3943ed767c4230c9cf7a489124ede96168a4c33b (patch) | |
tree | e5fad0dfa2ec955b8c9ff7b9899cfd0b275f2518 /src/charset.c | |
parent | 4c4475a8cd3d6cf0e46f14eeab5bb976c348e025 (diff) | |
download | emacs-3943ed767c4230c9cf7a489124ede96168a4c33b.tar.gz |
(syms_of_charset): Set QCtest and Qeq.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 4 |
1 files changed, 4 insertions, 0 deletions
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]; |