changeset 21996:60178dff673f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 May 1998 05:10:29 +0000
parents 37088286bbd5
children 8320a731c121
files src/indent.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.  */