comparison src/ChangeLog @ 41614:039473255ff2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 Nov 2001 19:23:17 +0000
parents 775cb3632b29
children 7829011a667a
comparison
equal deleted inserted replaced
41613:6bc4823a332a 41614:039473255ff2
1 2001-11-26 Stefan Monnier <monnier@cs.yale.edu> 1 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
4 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
5
6 * eval.c: Use AREF and ASIZE.
7 (Ffetch_bytecode): Add the file name to the error message.
8
9 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
10 which match the end of the file-name.
11 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
12 is not a valid env var, but leave it as is instead.
2 13
3 * keymap.c (access_keymap): Handle t bindings like nil bindings. 14 * keymap.c (access_keymap): Handle t bindings like nil bindings.
4 Make nil bindings in char-tables transparent. 15 Make nil bindings in char-tables transparent.
5 (store_in_keymap): Turn a nil binding into a t binding for char-tables. 16 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
6 17