X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fabbrev.c;h=5687ee15fa6d8cc86d2f2c709c06e2fedf6ebb96;hb=15fd1e6e063e07e811ab9d9e4611682baa4df555;hp=2b2f00e28d67ee70ac951025976343dfb8aa46b7;hpb=f605cb3c49256c49ad76f21deed0f58d111a8571;p=chise%2Fxemacs-chise.git diff --git a/src/abbrev.c b/src/abbrev.c index 2b2f00e..5687ee1 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -70,7 +70,7 @@ Lisp_Object Vlast_abbrev; Lisp_Object Vlast_abbrev_text; /* Character address of start of last abbrev expanded */ -int last_abbrev_location; +Fixnum last_abbrev_location; /* Hook to run before expanding any abbrev. */ Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;