mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
Comment change.
This commit is contained in:
parent
d46c6df554
commit
017e297ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue