Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 7df0dd720c89 |
children | 70ad99077275 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
814 XCHARSET_REVERSE_DIRECTION_CHARSET (new_charset) = charset; | 814 XCHARSET_REVERSE_DIRECTION_CHARSET (new_charset) = charset; |
815 | 815 |
816 return new_charset; | 816 return new_charset; |
817 } | 817 } |
818 | 818 |
819 /* #### The defsubr for this is commented out at the moment but no | 819 /* #### Reverse direction charsets not yet implemented. */ |
820 reason why is given. */ | |
821 #if 0 | 820 #if 0 |
822 DEFUN ("charset-reverse-direction-charset", Fcharset_reverse_direction_charset, | 821 DEFUN ("charset-reverse-direction-charset", Fcharset_reverse_direction_charset, |
823 1, 1, 0, /* | 822 1, 1, 0, /* |
824 Return the reverse-direction charset parallel to CHARSET, if any. | 823 Return the reverse-direction charset parallel to CHARSET, if any. |
825 This is the charset with the same properties (in particular, the same | 824 This is the charset with the same properties (in particular, the same |