]> git.eshelyaron.com Git - emacs.git/commitdiff
Fringe cleanup.
authorKim F. Storm <storm@cua.dk>
Fri, 16 Nov 2001 13:02:02 +0000 (13:02 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 16 Nov 2001 13:02:02 +0000 (13:02 +0000)
Comment fix. Use renamed symbols.

src/dispnew.c

index 073fa2e53de4711aa5ce1230f389b32f725485ef..da6bcc33b1e0588d42dc8223e07f1270fd09e4b1 100644 (file)
@@ -5740,12 +5740,12 @@ mode_line_string (w, x, y, mode_line_p, charpos)
 
   if (row->mode_line_p && row->enabled_p)
     {
-      /* The mode lines are displayed over scroll bars and bitmap
-        areas, and X is window-relative.  Correct X by the scroll bar
-        and bitmap area width.  */
+      /* The mode lines are displayed over scroll bars and fringes,
+        and X is window-relative.  Correct X by the scroll bar
+        and fringe width.  */
       if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
        x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f);
-      x += FRAME_LEFT_FLAGS_AREA_WIDTH (f);
+      x += FRAME_LEFT_FRINGE_WIDTH (f);
 
       /* Find the glyph under X.  If we find one with a string object,
          it's the one we were looking for.  */