diff options
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 6fa924dd788..a59e28811d3 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1373,7 +1373,7 @@ Optional integers MON and YR are used instead of today's date." | |||
| 1373 | ;; Don't do any window-related stuff if we weren't called from a | 1373 | ;; Don't do any window-related stuff if we weren't called from a |
| 1374 | ;; window displaying the calendar. | 1374 | ;; window displaying the calendar. |
| 1375 | (when in-calendar-window | 1375 | (when in-calendar-window |
| 1376 | (if (window-iso-combined-p) | 1376 | (if (window-combined-p) |
| 1377 | ;; Adjust the window to exactly fit the displayed calendar. | 1377 | ;; Adjust the window to exactly fit the displayed calendar. |
| 1378 | (fit-window-to-buffer nil nil calendar-minimum-window-height) | 1378 | (fit-window-to-buffer nil nil calendar-minimum-window-height) |
| 1379 | ;; For a full height window or a window that is horizontally | 1379 | ;; For a full height window or a window that is horizontally |