comparison src/abbrev.c @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 85ec50267440
children 2d532a89d707
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
88 Charcount idx; 88 Charcount idx;
89 89
90 struct Lisp_Char_Table *chartab = XCHAR_TABLE (buf->mirror_syntax_table); 90 struct Lisp_Char_Table *chartab = XCHAR_TABLE (buf->mirror_syntax_table);
91 struct Lisp_String *abbrev; 91 struct Lisp_String *abbrev;
92 struct Lisp_Vector *obvec; 92 struct Lisp_Vector *obvec;
93 struct Lisp_Symbol *sym; 93 struct Lisp_Symbol *sym = NULL;
94 Charcount abbrev_length; 94 Charcount abbrev_length;
95 Lisp_Object tail; 95 Lisp_Object tail;
96 int i, found; 96 int i, found;
97 97
98 CHECK_VECTOR (obarray); 98 CHECK_VECTOR (obarray);