Mercurial > emacs
comparison src/abbrev.c @ 25766:4808150de049
(Fexpand_abbrev): Remove unused variables.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 20 Sep 1999 00:34:35 +0000 |
parents | 8a812a76af70 |
children | b5ce0c450409 |
comparison
equal
deleted
inserted
replaced
25765:416e6af8f06a | 25766:4808150de049 |
---|---|
225 register int wordstart_byte, wordend_byte, idx; | 225 register int wordstart_byte, wordend_byte, idx; |
226 int whitecnt; | 226 int whitecnt; |
227 int uccount = 0, lccount = 0; | 227 int uccount = 0, lccount = 0; |
228 register Lisp_Object sym; | 228 register Lisp_Object sym; |
229 Lisp_Object expansion, hook, tem; | 229 Lisp_Object expansion, hook, tem; |
230 int oldmodiff = MODIFF; | |
231 Lisp_Object value; | 230 Lisp_Object value; |
232 | 231 |
233 value = Qnil; | 232 value = Qnil; |
234 | 233 |
235 if (!NILP (Vrun_hooks)) | 234 if (!NILP (Vrun_hooks)) |