Mercurial > emacs
comparison src/ChangeLog @ 78628:29320ef98233
(load_warn_old_style_backquotes): Fix up array size typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 16:15:14 +0000 |
parents | a16793949fe1 |
children | 4b8018538583 |
comparison
equal
deleted
inserted
replaced
78627:e8ce4af3f42d | 78628:29320ef98233 |
---|---|
1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * lread.c (load_warn_old_style_backquotes): Fix up array size typo. | |
4 | |
1 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 5 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 6 |
3 * lread.c (Qold_style_backquotes): New var. | 7 * lread.c (Qold_style_backquotes): New var. |
4 (syms_of_lread): Init and staticpro it. | 8 (syms_of_lread): Init and staticpro it. |
5 (load_warn_old_style_backquotes): New fun. | 9 (load_warn_old_style_backquotes): New fun. |