comparison 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
comparison
equal deleted inserted replaced
4907:9e7f5a77cc84 4912:e99033b7e05c
115 * keymap.c (MARKED_SLOT): 115 * keymap.c (MARKED_SLOT):
116 * keymap.c (keymap_equal): 116 * keymap.c (keymap_equal):
117 * keymap.c (keymap_hash): 117 * keymap.c (keymap_hash):
118 Implement. 118 Implement.
119 119
120 2010-02-01 Ben Wing <ben@xemacs.org>
121
122 * syntax.c:
123 * syntax.c (scan_lists):
124 * syntax.c (syms_of_syntax):
125 Declare `scan-error' as a type of `syntax-error'. In `scan-lists'
126 et al., don't signal a syntax error but instead a `scan-error', and
127 pass a couple of integer arguments, for GNU compatibility. Fixes
128 problems with typing double-quote in texinfo.el.
129
120 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> 130 2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
121 131
122 * symbols.c (Fspecial_operator_p, syms_of_symbols): 132 * symbols.c (Fspecial_operator_p, syms_of_symbols):
123 * eval.c (print_subr, Finteractive_p, Ffuncall) 133 * eval.c (print_subr, Finteractive_p, Ffuncall)
124 (Ffunction_min_args, Ffunction_max_args, vars_of_eval): 134 (Ffunction_min_args, Ffunction_max_args, vars_of_eval):