Mercurial > hg > xemacs-beta
comparison src/objects.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 | ad2f4ae9895b |
children | 45b6288416e3 e0db3c197671 |
comparison
equal
deleted
inserted
replaced
3658:0db1aaedbbef | 3659:98af8a976fc3 |
---|---|
74 *****************************************************************************/ | 74 *****************************************************************************/ |
75 | 75 |
76 void set_face_boolean_attached_to (Lisp_Object obj, Lisp_Object face, | 76 void set_face_boolean_attached_to (Lisp_Object obj, Lisp_Object face, |
77 Lisp_Object property); | 77 Lisp_Object property); |
78 | 78 |
79 /* Defined in search.c, used in mule-charset.c; slightly ugly to declare it | |
80 here, but oh well. */ | |
81 EXFUN (Fregexp_quote, 1); | |
82 | |
79 #endif /* INCLUDED_objects_h_ */ | 83 #endif /* INCLUDED_objects_h_ */ |