Mercurial > hg > xemacs-beta
comparison src/bufslots.h @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 78478c60bfcd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
98 MARKED_SLOT (mirror_syntax_table); | 98 MARKED_SLOT (mirror_syntax_table); |
99 | 99 |
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 #endif /* MULE */ |
104 #ifdef FILE_CODING | |
104 /* This buffer's coding system. */ | 105 /* This buffer's coding system. */ |
105 MARKED_SLOT (buffer_file_coding_system); | 106 MARKED_SLOT (buffer_file_coding_system); |
106 #endif /* MULE */ | 107 #endif |
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 |
111 in buffers that are not current */ | 111 in buffers that are not current */ |
112 MARKED_SLOT (case_fold_search); | 112 MARKED_SLOT (case_fold_search); |