/[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.157.2.5 by miles, Tue Aug 3 00:03:00 2004 UTC revision 1.157.2.6 by miles, Tue Aug 10 07:46:40 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.157.2.5  
changed lines
  Added in v.1.157.2.6

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