1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2001-11-03 22:02:14 +00:00
parent 8db2e33bc5
commit 7e9d3c2f36

View file

@ -53,6 +53,16 @@
xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros
(remove unused second argument).
2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
* syntax.c (describe_syntax): New wrapper.
(Finternal_describe_syntax_value): Rename from describe_syntax.
Don't insert space at front and \n at the end.
(syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
* regex.c (re_wctype): Try to fix some warnings.
(regcomp, regexec): Don't forget the __restrict.
2001-11-02 Richard M. Stallman <rms@gnu.org>
* textprop.c (Fget_char_property): Doc fix.