]> git.eshelyaron.com Git - emacs.git/commit
world-clock: Add user option to control order of entries
authorJacob S. Gordon <jacob.as.gordon@gmail.com>
Tue, 3 Jun 2025 01:06:37 +0000 (21:06 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:13:33 +0000 (10:13 +0200)
commit7064c5393bd906e91776381a8becb7580dd91cd4
tree0ff76af3c316b300b4bf90305a6360304dfb9edc
parent377ddee6b102f5bf4124710b9d5f33fa3f8a04ce
world-clock: Add user option to control order of entries

* lisp/time.el (world-clock-sort-order): Add user option.
(world-clock--sort-entries): Add auxiliary sorting function.
(world-clock-display): Sort entries based on the new user option.
(Bug#78678)

(cherry picked from commit 9c6c7c4bb7c02d08a14fc6f5e2517f51a28e927c)
lisp/time.el