Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 15 22:13:01 2000 +0000 +++ b/src/ChangeLog Sun Oct 15 22:27:48 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-15 Stefan Monnier <monnier@cs.yale.edu> + + * syntax.c (Fstring_to_syntax): New function extracted from + Fmodify_syntax_entry. + (Fmodify_syntax_entry): Use it and document the ! and | fences. + (skip_chars, Fforward_comment): Remove unused variables. + (syms_of_syntax): Add defsubr for string-to-syntax. + (describe_syntax): Add code for comment and string fences. + 2000-10-14 Stefan Monnier <monnier@cs.yale.edu> * keymap.c (access_keymap): Add AUTOLOAD parameter.