comparison src/buffer.c @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents 3d3049ae1304
children 0784d089fdc9
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
206 Lisp_Object Qfind_file_compare_truenames; 206 Lisp_Object Qfind_file_compare_truenames;
207 207
208 Lisp_Object Qswitch_to_buffer; 208 Lisp_Object Qswitch_to_buffer;
209 209
210 /* Two thresholds controlling how much undo information to keep. */ 210 /* Two thresholds controlling how much undo information to keep. */
211 int undo_threshold; 211 Fixnum undo_threshold;
212 int undo_high_threshold; 212 Fixnum undo_high_threshold;
213 213
214 int find_file_compare_truenames; 214 int find_file_compare_truenames;
215 int find_file_use_truenames; 215 int find_file_use_truenames;
216 216
217 217