diff src/ChangeLog @ 78617:a16793949fe1

(Qold_style_backquotes): New var. (syms_of_lread): Init and staticpro it. (load_warn_old_style_backquotes): New fun. (Fload): Use them to warn about old style backquotes. (end_of_file_error, Fload): Remove unused vars.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Aug 2007 16:46:45 +0000
parents 798fe25e4552
children 29320ef98233
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 22 16:44:09 2007 +0000
+++ b/src/ChangeLog	Wed Aug 22 16:46:45 2007 +0000
@@ -1,5 +1,11 @@
 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* lread.c (Qold_style_backquotes): New var.
+	(syms_of_lread): Init and staticpro it.
+	(load_warn_old_style_backquotes): New fun.
+	(Fload): Use them to warn about old style backquotes.
+	(end_of_file_error, Fload): Remove unused vars.
+
 	* lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
 
 	* lread.c (Vold_style_backquotes): New var.