aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-18 01:52:19 +0000
committerRichard M. Stallman2006-08-18 01:52:19 +0000
commit017e297ea90933bfde94de5f90f9f9260ff032e8 (patch)
tree4f22122c919c22f297c05738589332db2a1770d8 /src/window.c
parentd46c6df554b71c54ed9b66122f90d79ef66f1d63 (diff)
downloademacs-017e297ea90933bfde94de5f90f9f9260ff032e8.tar.gz
emacs-017e297ea90933bfde94de5f90f9f9260ff032e8.zip
Comment change.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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. */)
6657 if (!NILP (right_width)) 6657 if (!NILP (right_width))
6658 CHECK_NATNUM (right_width); 6658 CHECK_NATNUM (right_width);
6659 6659
6660 /* Do nothing on a tty. */ 6660 /* Do nothing on a tty. */
6661 if (FRAME_WINDOW_P (WINDOW_XFRAME (w)) 6661 if (FRAME_WINDOW_P (WINDOW_XFRAME (w))
6662 && (!EQ (w->left_fringe_width, left_width) 6662 && (!EQ (w->left_fringe_width, left_width)
6663 || !EQ (w->right_fringe_width, right_width) 6663 || !EQ (w->right_fringe_width, right_width)