]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Aug 2006 01:52:19 +0000 (01:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Aug 2006 01:52:19 +0000 (01:52 +0000)
src/window.c

index 47c47fe0f5115ed72ca2e7b616ad58fc7009ef0e..ba8a541e779617bfb03fc7c258bad31a677d3468 100644 (file)
@@ -6657,7 +6657,7 @@ display marginal areas and the text area.  */)
   if (!NILP (right_width))
     CHECK_NATNUM (right_width);
  
-      /* Do nothing on a tty.  */
+  /* Do nothing on a tty.  */
   if (FRAME_WINDOW_P (WINDOW_XFRAME (w))
       && (!EQ (w->left_fringe_width, left_width)
          || !EQ (w->right_fringe_width, right_width)