(redraw-calendar): Move to nearest date before
redrawing.
This commit is contained in:
parent
5865af0db1
commit
d172e3e45a
1 changed files with 1 additions and 1 deletions
|
@ -1860,7 +1860,7 @@ the inserted text. Value is always t."
|
|||
(defun redraw-calendar ()
|
||||
"Redraw the calendar display."
|
||||
(interactive)
|
||||
(let ((cursor-date (calendar-cursor-to-date)))
|
||||
(let ((cursor-date (calendar-cursor-to-nearest-date)))
|
||||
(generate-calendar-window displayed-month displayed-year)
|
||||
(calendar-cursor-to-visible-date cursor-date)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue