Mercurial > hg > xemacs-beta
comparison src/bufslots.h @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 131b0175ea99 |
children | 78478c60bfcd |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
100 #ifdef MULE | 100 #ifdef MULE |
101 /* This buffer's category table. */ | 101 /* This buffer's category table. */ |
102 MARKED_SLOT (category_table); | 102 MARKED_SLOT (category_table); |
103 | 103 |
104 /* This buffer's coding system. */ | 104 /* This buffer's coding system. */ |
105 MARKED_SLOT (file_coding_system); | 105 MARKED_SLOT (buffer_file_coding_system); |
106 #endif /* MULE */ | 106 #endif /* MULE */ |
107 | 107 |
108 /* Values of several buffer-local variables. | 108 /* Values of several buffer-local variables. |
109 | 109 |
110 tab-width is buffer-local so that redisplay can find it | 110 tab-width is buffer-local so that redisplay can find it |