XEmacs 21.4.12 "Portable Code".
[chise/xemacs-chise.git.1] / src / abbrev.c
index 30b5993..34bf815 100644 (file)
@@ -69,7 +69,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;