Mercurial > emacs
changeset 89869:0282c54de0d2
Sync with HEAD (1.103).
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 11 Mar 2004 23:42:18 +0000 |
parents | 203500dca753 |
children | 561b856c5b1f |
files | src/doc.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Thu Mar 11 11:43:22 2004 +0000 +++ b/src/doc.c Thu Mar 11 23:42:18 2004 +0000 @@ -821,7 +821,7 @@ start = strp; start_idx = start - SDATA (string); - while ((strp - SDATA (string) < SCHARS (string)) + while ((strp - SDATA (string) < SBYTES (string)) && *strp != '}' && *strp != '>') strp++; @@ -927,3 +927,6 @@ defsubr (&Ssnarf_documentation); defsubr (&Ssubstitute_command_keys); } + +/* arch-tag: 56281d4d-6949-43e2-be2e-f6517de744ba + (do not change this comment) */