diff options
| -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 9061cdba76e..8a9459c4231 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1860,7 +1860,7 @@ the inserted text. Value is always t." | |||
| 1860 | (defun redraw-calendar () | 1860 | (defun redraw-calendar () |
| 1861 | "Redraw the calendar display." | 1861 | "Redraw the calendar display." |
| 1862 | (interactive) | 1862 | (interactive) |
| 1863 | (let ((cursor-date (calendar-cursor-to-date))) | 1863 | (let ((cursor-date (calendar-cursor-to-nearest-date))) |
| 1864 | (generate-calendar-window displayed-month displayed-year) | 1864 | (generate-calendar-window displayed-month displayed-year) |
| 1865 | (calendar-cursor-to-visible-date cursor-date))) | 1865 | (calendar-cursor-to-visible-date cursor-date))) |
| 1866 | 1866 | ||