diff src/ChangeLog @ 4912:e99033b7e05c

use more specific `scan-error' in scan-lists to be GNU compatible -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 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.
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 23:07:33 -0600
parents 9e7f5a77cc84
children fc28cc192c91
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 01 01:05:28 2010 -0600
+++ b/src/ChangeLog	Mon Feb 01 23:07:33 2010 -0600
@@ -117,6 +117,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):