diff 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
line wrap: on
line diff
--- a/src/buffer.c	Mon Aug 13 11:41:26 2007 +0200
+++ b/src/buffer.c	Mon Aug 13 11:42:25 2007 +0200
@@ -208,8 +208,8 @@
 Lisp_Object Qswitch_to_buffer;
 
 /* Two thresholds controlling how much undo information to keep.  */
-int undo_threshold;
-int undo_high_threshold;
+Fixnum undo_threshold;
+Fixnum undo_high_threshold;
 
 int find_file_compare_truenames;
 int find_file_use_truenames;