]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 May 1998 05:10:29 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 May 1998 05:10:29 +0000 (05:10 +0000)
src/indent.c

index b4dc11c13ccd490a81f91ebd2bf3b7483606cd66..6ca70c744f42843e268c28df315ef7576774dfc8 100644 (file)
@@ -1061,8 +1061,9 @@ compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width,
   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.  */