comparison src/indent.c @ 89961:3fd4a5c21153

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29 Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0 Patches applied: * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224 Added sorted-doc to backup regex in lib-src. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-479 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483 Build-in-place tweak * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-485 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 10 Aug 2004 07:46:40 +0000
parents 0bdb5a16ae51 5b9242222549
children e24e2e78deda
comparison
equal deleted inserted replaced
89960:d79ab6afded5 89961:3fd4a5c21153
1258 if (!FRAME_WINDOW_P (XFRAME (win->frame))) 1258 if (!FRAME_WINDOW_P (XFRAME (win->frame)))
1259 #endif 1259 #endif
1260 width -= 1; 1260 width -= 1;
1261 } 1261 }
1262 1262
1263 continuation_glyph_width = 0; 1263 continuation_glyph_width = 1;
1264 #ifdef HAVE_WINDOW_SYSTEM 1264 #ifdef HAVE_WINDOW_SYSTEM
1265 if (!FRAME_WINDOW_P (XFRAME (win->frame))) 1265 if (FRAME_WINDOW_P (XFRAME (win->frame)))
1266 continuation_glyph_width = 1; 1266 continuation_glyph_width = 0; /* In the fringe. */
1267 #endif 1267 #endif
1268 1268
1269 immediate_quit = 1; 1269 immediate_quit = 1;
1270 QUIT; 1270 QUIT;
1271 1271