/[emacs]/emacs/src/indent.c
ViewVC logotype

Diff of /emacs/src/indent.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.150 by gerd, Thu Apr 25 10:39:29 2002 UTC revision 1.151 by pj, Thu Apr 25 12:13:58 2002 UTC
# Line 2026  whether or not it is currently displayed Line 2026  whether or not it is currently displayed
2026       end position is really at some X > 0, the same X that PT had.  */       end position is really at some X > 0, the same X that PT had.  */
2027    move_it_by_lines (&it, 0, 0);    move_it_by_lines (&it, 0, 0);
2028    
2029    if (XINT (lines) !+ 0)    if (XINT (lines) != 0)
2030      move_it_by_lines (&it, XINT (lines), 0);      move_it_by_lines (&it, XINT (lines), 0);
2031        
2032    SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));    SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26