]> git.eshelyaron.com Git - emacs.git/commit
Recenter for the calendar (bug#78205)
authorManuel Giraud <manuel@ledu-giraud.fr>
Thu, 1 May 2025 15:06:07 +0000 (17:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 08:54:57 +0000 (10:54 +0200)
commite5e4e0d9e9b88251d770c41eab703cf46cf6b361
tree3b4208cc6bdac795f1c6fd3eb9c5ecbad708c7a2
parentaf45963bee084cbc1dc56018b1e3ef54d9479b1f
Recenter for the calendar (bug#78205)

* lisp/calendar/cal-move.el (calendar-recenter-last-op): New
variable to track last recenter operation.
(calendar-recenter): New command to recenter the calendar.
* lisp/calendar/calendar.el (calendar-mode-map): Keybinding for
this command.
* doc/emacs/calendar.texi (Scroll Calendar): Document this
command.
* etc/NEWS: Announce this command.

(cherry picked from commit 0469f41ac2e8f78bfbf9500b335fa32195c0482e)
doc/emacs/calendar.texi
lisp/calendar/cal-move.el
lisp/calendar/calendar.el