Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 3664:1d313cd71cd7
[xemacs-hg @ 2006-11-07 14:04:53 by aidan]
Take the declaration of Qfinal out of mule-charset.c.
author | aidan |
---|---|
date | Tue, 07 Nov 2006 14:04:56 +0000 |
parents | b880e45ea63b |
children | 3ef0aaf3dc34 |
comparison
equal
deleted
inserted
replaced
3663:51b2844aab96 | 3664:1d313cd71cd7 |
---|---|
77 charset_lookup_description_1 | 77 charset_lookup_description_1 |
78 }; | 78 }; |
79 | 79 |
80 Lisp_Object Qcharsetp; | 80 Lisp_Object Qcharsetp; |
81 | 81 |
82 /* Qdoc_string, Qdimension, Qchars defined in general.c */ | 82 /* Qdoc_string, Qdimension, Qchars, Qfinal defined in general.c */ |
83 Lisp_Object Qregistries, Qfinal, Qgraphic, Qregistry; | 83 Lisp_Object Qregistries, Qgraphic, Qregistry; |
84 Lisp_Object Qdirection; | 84 Lisp_Object Qdirection; |
85 Lisp_Object Qreverse_direction_charset; | 85 Lisp_Object Qreverse_direction_charset; |
86 Lisp_Object Qshort_name, Qlong_name; | 86 Lisp_Object Qshort_name, Qlong_name; |
87 | 87 |
88 Lisp_Object Qfrom_unicode, Qto_unicode; | 88 Lisp_Object Qfrom_unicode, Qto_unicode; |