From: Richard M. Stallman Date: Fri, 18 Aug 2006 01:52:19 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~961 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=017e297ea90933bfde94de5f90f9f9260ff032e8;p=emacs.git Comment change. --- diff --git a/src/window.c b/src/window.c index 47c47fe0f51..ba8a541e779 100644 --- a/src/window.c +++ b/src/window.c @@ -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)