diff options
| author | Dave Love | 2000-06-03 22:23:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-03 22:23:57 +0000 |
| commit | 703af3d57eaa462ed2211173f94f42717958f1ab (patch) | |
| tree | d6fc2e9b2b155905e9582b7a40f6545bae81f0cb /src | |
| parent | edcc1067b6d81aadf43f1d9397817d8173857762 (diff) | |
| download | emacs-703af3d57eaa462ed2211173f94f42717958f1ab.tar.gz emacs-703af3d57eaa462ed2211173f94f42717958f1ab.zip | |
Fix nested comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index 0de5bf51b1d..b899464496d 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -267,7 +267,7 @@ skip_invisible (pos, next_boundary_p, to, window) | |||
| 267 | } | 267 | } |
| 268 | 268 | ||
| 269 | /* If a composition starts at POS/POS_BYTE and it doesn't stride over | 269 | /* If a composition starts at POS/POS_BYTE and it doesn't stride over |
| 270 | POINT, set *LEN/*LEN_BYTE to the character and byte lengths, *WIDTH | 270 | POINT, set *LEN / *LEN_BYTE to the character and byte lengths, *WIDTH |
| 271 | to the width, and return 1. Otherwise, return 0. */ | 271 | to the width, and return 1. Otherwise, return 0. */ |
| 272 | 272 | ||
| 273 | static int | 273 | static int |