comparison src/ChangeLog @ 32510:0640dae5f283

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Oct 2000 22:27:48 +0000
parents f68c04b9e4a4
children 76e2488e5600
comparison
equal deleted inserted replaced
32509:54ef67bbcd42 32510:0640dae5f283
1 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (Fstring_to_syntax): New function extracted from
4 Fmodify_syntax_entry.
5 (Fmodify_syntax_entry): Use it and document the ! and | fences.
6 (skip_chars, Fforward_comment): Remove unused variables.
7 (syms_of_syntax): Add defsubr for string-to-syntax.
8 (describe_syntax): Add code for comment and string fences.
9
1 2000-10-14 Stefan Monnier <monnier@cs.yale.edu> 10 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2 11
3 * keymap.c (access_keymap): Add AUTOLOAD parameter. 12 * keymap.c (access_keymap): Add AUTOLOAD parameter.
4 Do the meta->esc mapping. Call get_keyelt before returning. 13 Do the meta->esc mapping. Call get_keyelt before returning.
5 Start scanning from the second element (the first is always `keymap') 14 Start scanning from the second element (the first is always `keymap')