diff src/general-slots.h @ 3659:98af8a976fc3

[xemacs-hg @ 2006-11-05 22:31:31 by aidan] Support specifying fonts for particular character sets in Mule; support translation to ISO 10646-1 for Mule character sets without an otherwise matching font; move to a vector of X11-charset-X11-registry instead of a regex for the charset-registry property.
author aidan
date Sun, 05 Nov 2006 22:31:46 +0000
parents d1754e7f0cea
children 6b2ef948e140
line wrap: on
line diff
--- a/src/general-slots.h	Sat Nov 04 22:51:03 2006 +0000
+++ b/src/general-slots.h	Sun Nov 05 22:31:46 2006 +0000
@@ -130,6 +130,7 @@
 SYMBOL (Qfile);
 SYMBOL_MODULE_API (Qfile_name);
 SYMBOL_KEYWORD (Q_filter);
+SYMBOL (Qfinal);
 SYMBOL (Qfixnum);
 SYMBOL (Qfloat);
 SYMBOL (Qfont);
@@ -157,6 +158,7 @@
 SYMBOL (Qicon);
 SYMBOL (Qid);
 SYMBOL (Qignore);
+SYMBOL (Qinitial);
 SYMBOL (Qimage);
 SYMBOL_KEYWORD (Q_image);
 SYMBOL_KEYWORD (Q_included);
@@ -286,6 +288,7 @@
 SYMBOL (Qundecided);
 SYMBOL (Qundefined);
 SYMBOL (Qunimplemented);
+SYMBOL (Qunicode_registries);
 SYMBOL (Quser_default);
 SYMBOL_KEYWORD (Q_value);
 SYMBOL (Qvalue_assoc);