diff src/ChangeLog @ 4913:fc28cc192c91

Automated merge with http://hg.debian.org/hg/xemacs/xemacs
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 23:14:46 -0600
parents 7eec2a1f3412 e99033b7e05c
children 1628e3b9601a
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 01 17:08:41 2010 -0500
+++ b/src/ChangeLog	Mon Feb 01 23:14:46 2010 -0600
@@ -270,6 +270,16 @@
 	* keymap.c (keymap_hash):
 	Implement.
 	
+2010-02-01  Ben Wing  <ben@xemacs.org>
+
+	* syntax.c:
+	* syntax.c (scan_lists):
+	* syntax.c (syms_of_syntax):
+	Declare `scan-error' as a type of `syntax-error'.  In `scan-lists'
+	et al., don't signal a syntax error but instead a `scan-error', and
+	pass a couple of integer arguments, for GNU compatibility.  Fixes
+	problems with typing double-quote in texinfo.el.
+
 2010-01-31  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* symbols.c (Fspecial_operator_p, syms_of_symbols):