comparison src/ChangeLog @ 30157:c0ab9f112c0d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Jul 2000 01:08:46 +0000
parents 70b49546d0d0
children a08e64f89820
comparison
equal deleted inserted replaced
30156:f59021679260 30157:c0ab9f112c0d
1 2000-07-11 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (back_comment): Use one switch rather than a few `if's.
4 Obey open_paren_in_column_0_is_defun_start.
5 When reverting to the `slow' method, try to nicely handle the case
6 of nested comments by checking that the comment-starter we found
7 does indeed match the comment-ender.
8 (scan_sexps_forward, scan_sexps_forward):
9 Ignore excessive opening parenthesis rather than throwing an error.
10
1 2000-07-11 Gerd Moellmann <gerd@gnu.org> 11 2000-07-11 Gerd Moellmann <gerd@gnu.org>
2 12
3 * doc.c (Fsubstitute_command_keys): Handle case that a GC 13 * doc.c (Fsubstitute_command_keys): Handle case that a GC
4 in Fwhere_is_internal or get_keymap_1 relocates string contents. 14 in Fwhere_is_internal or get_keymap_1 relocates string contents.
5 15