mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(diary-rosh-hodesh): Cons MARK on in the third case.
This commit is contained in:
parent
4e361664e6
commit
347a0e237d
@ -1008,7 +1008,8 @@ use when highlighting the day in the calendar."
|
||||
(aref calendar-day-name-array
|
||||
(% (- 30 h-day) 7))))))
|
||||
(if (and (= h-day 29) (/= h-month 6))
|
||||
(cons (format "Erev Rosh Hodesh %s"
|
||||
(cons mark
|
||||
(format "Erev Rosh Hodesh %s"
|
||||
(aref h-month-names
|
||||
(if (= h-month
|
||||
(hebrew-calendar-last-month-of-year
|
||||
|
Loading…
Reference in New Issue
Block a user