/[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.163 by kfstorm, Mon Aug 2 23:42:14 2004 UTC revision 1.164 by kfstorm, Mon Aug 2 23:59:28 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.163  
changed lines
  Added in v.1.164

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