]> git.eshelyaron.com Git - emacs.git/commit
Fix spurious display of eclipses in Calendar
authorUlrich Müller <ulm@gentoo.org>
Sun, 12 Feb 2023 19:57:49 +0000 (20:57 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 13 Feb 2023 06:15:36 +0000 (07:15 +0100)
commitcc30422825a5acf460d026bfe912b327b70dedcf
treea76e08959b9d65677d1e766de376e9d9edc44a51
parentf2114e8d89feed154a1c523c925ff2fb9fa9ba9a
Fix spurious display of eclipses in Calendar

* lisp/calendar/lunar.el (eclipse-check): Don't show an eclipse
unless the phase is new moon or full moon. (bug#61460)
* test/lisp/calendar/lunar-tests.el (lunar-test-eclipse-check)
(lunar-test-phase-list): Update tests.
lisp/calendar/lunar.el
test/lisp/calendar/lunar-tests.el