aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
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 @@
12007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> 12007-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
72007-08-22 Jason Rumney <jasonr@gnu.org> 72007-08-22 Jason Rumney <jasonr@gnu.org>