/[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.152.2.6 by miles, Sat Sep 4 09:19:27 2004 UTC revision 1.152.2.7 by miles, Sat Sep 4 09:21:46 2004 UTC
# Line 1260  compute_motion (from, fromvpos, fromhpos Line 1260  compute_motion (from, fromvpos, fromhpos
1260          width -= 1;          width -= 1;
1261      }      }
1262    
1263    continuation_glyph_width = 0;    continuation_glyph_width = 1;
1264  #ifdef HAVE_WINDOW_SYSTEM  #ifdef HAVE_WINDOW_SYSTEM
1265    if (!FRAME_WINDOW_P (XFRAME (win->frame)))    if (FRAME_WINDOW_P (XFRAME (win->frame)))
1266      continuation_glyph_width = 1;      continuation_glyph_width = 0;  /* In the fringe.  */
1267  #endif  #endif
1268    
1269    immediate_quit = 1;    immediate_quit = 1;

Legend:
Removed from v.1.152.2.6  
changed lines
  Added in v.1.152.2.7

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