Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 842:dc12269565c9
[xemacs-hg @ 2002-05-14 18:14:27 by ben]
fix crash -- tab at buffer beg
font-lock.c: Don't use off the beginning position to initiate syntax cache.
author | ben |
---|---|
date | Tue, 14 May 2002 18:14:30 +0000 |
parents | 44478bd99873 |
children | f46864126a0d |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 14 15:16:08 2002 +0000 +++ b/src/ChangeLog Tue May 14 18:14:30 2002 +0000 @@ -1,3 +1,8 @@ +2002-05-14 Ben Wing <ben@xemacs.org> + + * font-lock.c (find_context): + Don't use off the beginning position to initiate syntax cache. + 2002-05-14 Ben Wing <ben@xemacs.org> * text.c (copy_buffer_text_out): Fix bug leading to crashes