bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61460: 30.0.50; Calendar shows eclipse for quarter moon


From: Ulrich Mueller
Subject: bug#61460: 30.0.50; Calendar shows eclipse for quarter moon
Date: Wed, 22 Feb 2023 16:46:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux)

>>>>> On Wed, 22 Feb 2023, Michael Heerdegen wrote:

> +            (let ((eclipse (nth 3 x)))
> +              (concat (calendar-date-string (car x)) ": "
> +                      (lunar-phase-name (nth 2 x)) " "
> +                      (cadr x) (unless (string-empty-p eclipse) " ")
> +                   eclipse)))

Fix the indentation? The tabs in this line are the only ones in the
file.

Otherwise LGTM.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]