diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b696ae06b49..292bb68474a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lread.c (Vold_style_backquotes): New var. | 3 | * lread.c (Vold_style_backquotes): New var. |
| 4 | (syms_of_lread): Init and staticpro it. | 4 | (syms_of_lread): Init and export it to Elisp. |
| 5 | (read1): Set it when we find an old-style (back)quote. | 5 | (read1): Set it when we find an old-style (back)quote. |
| 6 | 6 | ||
| 7 | 2007-08-22 Jason Rumney <jasonr@gnu.org> | 7 | 2007-08-22 Jason Rumney <jasonr@gnu.org> |