diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index ea5dddc9fc8..4e4c65b83e6 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -519,7 +519,7 @@ wset_next_buffers (struct window *w, Lisp_Object val) | |||
| 519 | #define WINDOW_FRAME_COLUMN_WIDTH(W) \ | 519 | #define WINDOW_FRAME_COLUMN_WIDTH(W) \ |
| 520 | (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W)))) | 520 | (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W)))) |
| 521 | 521 | ||
| 522 | /* Return the canonical column width of the frame of window W. */ | 522 | /* Return the canonical line height of the frame of window W. */ |
| 523 | #define WINDOW_FRAME_LINE_HEIGHT(W) \ | 523 | #define WINDOW_FRAME_LINE_HEIGHT(W) \ |
| 524 | (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W)))) | 524 | (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W)))) |
| 525 | 525 | ||