Fix inaccuracy in a comment.
This commit is contained in:
parent
21e930f8f7
commit
9d42d31f24
1 changed files with 2 additions and 2 deletions
|
@ -1088,8 +1088,8 @@ static struct position val_compute_motion;
|
|||
: (window_width + window_left != frame_cols))
|
||||
|
||||
where
|
||||
window_width is XFASTINT (w->total_cols),
|
||||
window_left is XFASTINT (w->left_col),
|
||||
window_width is w->total_cols,
|
||||
window_left is w->left_col,
|
||||
has_vertical_scroll_bars is
|
||||
WINDOW_HAS_VERTICAL_SCROLL_BAR (window)
|
||||
and frame_cols = FRAME_COLS (XFRAME (window->frame))
|
||||
|
|
Loading…
Add table
Reference in a new issue