diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index debece57c81..0f1a86f24a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1692,10 +1692,11 @@ | |||
| 1692 | * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED): | 1692 | * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED): |
| 1693 | Add support for nested comments. | 1693 | Add support for nested comments. |
| 1694 | 1694 | ||
| 1695 | * syntax.c (lisp_parse_state, back_comment, Fmodify_syntax_entry) | 1695 | * syntax.c (Fforward_comment, scan_lists, scan_sexps_forward): |
| 1696 | (Fforward_comment, scan_lists, scan_sexps_forward) | 1696 | Consolidate the forward comment code into the new `forw_comment'. |
| 1697 | (Fparse_partial_sexp): Add support for nested comments. | 1697 | (forw_comment): New subroutine. Added support for nested comments. |
| 1698 | (forw_comment): New subroutine used in them. | 1698 | (lisp_parse_state, back_comment, Fmodify_syntax_entry) |
| 1699 | (Fparse_partial_sexp): Add support for nested comments. | ||
| 1699 | 1700 | ||
| 1700 | 1999-08-28 Ken Raeburn <raeburn@gnu.org> | 1701 | 1999-08-28 Ken Raeburn <raeburn@gnu.org> |
| 1701 | 1702 | ||