Mercurial > hg > xemacs-beta
comparison src/abbrev.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
271 struct Lisp_Symbol *(*fun) (struct buffer *, Lisp_Object); | 271 struct Lisp_Symbol *(*fun) (struct buffer *, Lisp_Object); |
272 | 272 |
273 struct Lisp_Symbol *abbrev_symbol; | 273 struct Lisp_Symbol *abbrev_symbol; |
274 struct Lisp_String *abbrev_string; | 274 struct Lisp_String *abbrev_string; |
275 Lisp_Object expansion, count, hook; | 275 Lisp_Object expansion, count, hook; |
276 Charcount abbrev_length, idx; | 276 Charcount abbrev_length; |
277 int lccount, uccount; | 277 int lccount, uccount; |
278 | 278 |
279 run_hook (Qpre_abbrev_expand_hook); | 279 run_hook (Qpre_abbrev_expand_hook); |
280 /* If the hook changes the buffer, treat that as having "done an | 280 /* If the hook changes the buffer, treat that as having "done an |
281 expansion". */ | 281 expansion". */ |