Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4911:7eec2a1f3412 | 4913:fc28cc192c91 |
---|---|
268 * keymap.c (MARKED_SLOT): | 268 * keymap.c (MARKED_SLOT): |
269 * keymap.c (keymap_equal): | 269 * keymap.c (keymap_equal): |
270 * keymap.c (keymap_hash): | 270 * keymap.c (keymap_hash): |
271 Implement. | 271 Implement. |
272 | 272 |
273 2010-02-01 Ben Wing <ben@xemacs.org> | |
274 | |
275 * syntax.c: | |
276 * syntax.c (scan_lists): | |
277 * syntax.c (syms_of_syntax): | |
278 Declare `scan-error' as a type of `syntax-error'. In `scan-lists' | |
279 et al., don't signal a syntax error but instead a `scan-error', and | |
280 pass a couple of integer arguments, for GNU compatibility. Fixes | |
281 problems with typing double-quote in texinfo.el. | |
282 | |
273 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> | 283 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> |
274 | 284 |
275 * symbols.c (Fspecial_operator_p, syms_of_symbols): | 285 * symbols.c (Fspecial_operator_p, syms_of_symbols): |
276 * eval.c (print_subr, Finteractive_p, Ffuncall) | 286 * eval.c (print_subr, Finteractive_p, Ffuncall) |
277 (Ffunction_min_args, Ffunction_max_args, vars_of_eval): | 287 (Ffunction_min_args, Ffunction_max_args, vars_of_eval): |