(diary-rosh-hodesh): Cons MARK on in the third case.
This commit is contained in:
parent
4e361664e6
commit
347a0e237d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue