# HG changeset patch # User Richard M. Stallman # Date 894604229 0 # Node ID 60178dff673f47f1df605228905af37d5156324b # Parent 37088286bbd56c07e6992fa57717786e7fb4b634 Comment change. diff -r 37088286bbd5 -r 60178dff673f src/indent.c --- a/src/indent.c Fri May 08 04:17:48 1998 +0000 +++ b/src/indent.c Fri May 08 05:10:29 1998 +0000 @@ -1061,8 +1061,9 @@ Lisp_Object window; int multibyte = !NILP (current_buffer->enable_multibyte_characters); - int wide_column_end_hpos = 0; /* Horizontal position at the end of - last wide-column character. */ + /* If previous char scanned was a wide character, + this is the column where it ended. Otherwise, this is 0. */ + int wide_column_end_hpos = 0; int prev_pos; /* Previous buffer position. */ int prev_pos_byte; /* Previous buffer position. */ int contin_hpos; /* HPOS of last column of continued line. */