From: Dave Love Date: Sat, 3 Jun 2000 22:23:57 +0000 (+0000) Subject: Fix nested comment. X-Git-Tag: emacs-pretest-21.0.90~3534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=703af3d57eaa462ed2211173f94f42717958f1ab;p=emacs.git Fix nested comment. --- 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) } /* If a composition starts at POS/POS_BYTE and it doesn't stride over - POINT, set *LEN/*LEN_BYTE to the character and byte lengths, *WIDTH + POINT, set *LEN / *LEN_BYTE to the character and byte lengths, *WIDTH to the width, and return 1. Otherwise, return 0. */ static int