Mercurial > hg > xemacs-beta
comparison src/charset.h @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | d1247f3cc363 d7cc9553d3eb |
children | a9c41067dd88 |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
58 (byte1) = (ch); \ | 58 (byte1) = (ch); \ |
59 (byte2) = 0; \ | 59 (byte2) = 0; \ |
60 } while (0) | 60 } while (0) |
61 #define XCHARSET_CCL_PROGRAM(cs) Qnil | 61 #define XCHARSET_CCL_PROGRAM(cs) Qnil |
62 #define XCHARSET_NAME(cs) Qascii | 62 #define XCHARSET_NAME(cs) Qascii |
63 #define Fget_charset(cs) (cs) | |
64 #define Fcharset_list() list1 (Vcharset_ascii) | |
63 | 65 |
64 #else /* MULE */ | 66 #else /* MULE */ |
65 | 67 |
66 | 68 |
67 /************************************************************************/ | 69 /************************************************************************/ |