Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/abbrev.c Mon Aug 13 09:47:55 2007 +0200 +++ b/src/abbrev.c Mon Aug 13 09:49:09 2007 +0200 @@ -90,7 +90,7 @@ struct Lisp_Char_Table *chartab = XCHAR_TABLE (buf->mirror_syntax_table); struct Lisp_String *abbrev; struct Lisp_Vector *obvec; - struct Lisp_Symbol *sym; + struct Lisp_Symbol *sym = NULL; Charcount abbrev_length; Lisp_Object tail; int i, found;