X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.c;h=6cbfb9cd3fa97de0676aafe9562c4ffed7dcd7ce;hb=112b4eb6a71cd613a534b4246b4cc024ed9bf22e;hp=4ec3d0c598d4fa8447424a3ce01eecd7c91dff91;hpb=f605cb3c49256c49ad76f21deed0f58d111a8571;p=chise%2Fxemacs-chise.git- diff --git a/src/buffer.c b/src/buffer.c index 4ec3d0c..6cbfb9c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -210,8 +210,8 @@ Lisp_Object Qfind_file_compare_truenames; 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;