comparison src/bufslots.h @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c5d627a313b1
children 6240c7796c7a
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
115 MARKED_SLOT (left_margin); 115 MARKED_SLOT (left_margin);
116 116
117 /* Function to call when insert space past fill column. */ 117 /* Function to call when insert space past fill column. */
118 MARKED_SLOT (auto_fill_function); 118 MARKED_SLOT (auto_fill_function);
119 119
120 /* nil: text, t: binary.
121 This value is meaningful only on certain operating systems. */
122 MARKED_SLOT (buffer_file_type);
123
124 /* Case table for case-conversion in this buffer. 120 /* Case table for case-conversion in this buffer.
125 This char-table maps each char into its lower-case version. */ 121 This char-table maps each char into its lower-case version. */
126 MARKED_SLOT (downcase_table); 122 MARKED_SLOT (downcase_table);
127 /* Char-table mapping each char to its upper-case version. */ 123 /* Char-table mapping each char to its upper-case version. */
128 MARKED_SLOT (upcase_table); 124 MARKED_SLOT (upcase_table);