Mercurial > hg > xemacs-beta
diff src/abbrev.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 | 8de8e3f6228a |
children | 183866b06e0b |
line wrap: on
line diff
--- a/src/abbrev.c Mon Aug 13 11:41:26 2007 +0200 +++ b/src/abbrev.c Mon Aug 13 11:42:25 2007 +0200 @@ -69,7 +69,7 @@ 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;