1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 07:30:50 -08:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2000-10-15 22:27:48 +00:00
parent 5299cb8e97
commit 5586f3ebef
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
* font-lock.el (font-lock-syntactic-keywords): Fix docstring.
* simple.el (syntax-flag-table, string-to-syntax): Remove.
2000-10-15 Dave Love <fx@gnu.org>
* progmodes/sh-script.el: Require skeleton and comint when

View file

@ -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.