aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 17:01:31 +0200
committerJoakim Verona2013-08-13 17:01:31 +0200
commit2da59f810184f36b4061eb422011de057bd0588e (patch)
treeb07deba1f2ce02fb4374fe972cf496a674502c00 /src/fringe.c
parent88790a579512914b5608d9756cae9bb982ce7c41 (diff)
parenteeaf9bf3377b6d4b9083159726da8bb67b36cb56 (diff)
downloademacs-2da59f810184f36b4061eb422011de057bd0588e.tar.gz
emacs-2da59f810184f36b4061eb422011de057bd0588e.zip
merge from trunk
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 1d05244e64e..492eddae8d4 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -666,7 +666,7 @@ draw_fringe_bitmap_1 (struct window *w, struct glyph_row *row, int left_p, int o
666 and OTOH leaving out that one pixel leaves behind 666 and OTOH leaving out that one pixel leaves behind
667 traces of the cursor, if it was in column zero 667 traces of the cursor, if it was in column zero
668 before drawing non-empty margin area. */ 668 before drawing non-empty margin area. */
669 && NILP (w->left_margin_cols)) 669 && w->left_margin_cols == 0)
670 ? 1 : 0); 670 ? 1 : 0);
671 p.bx = x - wd; 671 p.bx = x - wd;
672 p.nx = wd; 672 p.nx = wd;