Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
67 /* A string for the actual text of the abbrev most recently expanded. | 67 /* A string for the actual text of the abbrev most recently expanded. |
68 This has more info than Vlast_abbrev since case is significant. */ | 68 This has more info than Vlast_abbrev since case is significant. */ |
69 Lisp_Object Vlast_abbrev_text; | 69 Lisp_Object Vlast_abbrev_text; |
70 | 70 |
71 /* Character address of start of last abbrev expanded */ | 71 /* Character address of start of last abbrev expanded */ |
72 int last_abbrev_location; | 72 Fixnum last_abbrev_location; |
73 | 73 |
74 /* Hook to run before expanding any abbrev. */ | 74 /* Hook to run before expanding any abbrev. */ |
75 Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook; | 75 Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook; |
76 | 76 |
77 | 77 |