aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0a6698a7cb..b2d065e13fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> 12007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lread.c (Qold_style_backquotes): New var.
4 (syms_of_lread): Init and staticpro it.
5 (load_warn_old_style_backquotes): New fun.
6 (Fload): Use them to warn about old style backquotes.
7 (end_of_file_error, Fload): Remove unused vars.
8
3 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare. 9 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
4 10
5 * lread.c (Vold_style_backquotes): New var. 11 * lread.c (Vold_style_backquotes): New var.