]> git.eshelyaron.com Git - emacs.git/commit
Add simpler binds for calendar month/year navigation
authorPaul Nelson <ultrono@gmail.com>
Tue, 10 Jun 2025 09:33:05 +0000 (11:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:11:07 +0000 (10:11 +0200)
commit8ca93b10f8a5c8e7bef4bea60424ccffc71daea9
tree7c53fc264832afc6edcf83fc927e17822b2b4dc1
parentaef0fe3930c1d06a35b0d7cf3632e92ca530dfdb
Add simpler binds for calendar month/year navigation

* lisp/calendar/calendar.el (calendar-mode-map): Add keybindings
'{' and '}' for month navigation, '[' and ']' for year
navigation (bug#78753).
* doc/emacs/calendar.texi (Calendar Unit Motion): Document
them.

(cherry picked from commit fbb77abc816844ccad761d246cfb833c424ae0b8)
doc/emacs/calendar.texi
lisp/calendar/calendar.el