(holiday-bahai): Fix previous change for Emacs 22.
This commit is contained in:
parent
1cc42691c6
commit
f3f89619cf
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ list (((month day year) STRING)). Otherwise, returns nil."
|
|||
;; m16 is visible. m16 is visible when the central month >= 13.
|
||||
;; To see if other months are visible we can shift the range
|
||||
;; accordingly.
|
||||
(calendar-increment-month m y (- 16 month) 19)
|
||||
(increment-calendar-month m y (- 16 month) 19)
|
||||
(and (> m 12) ; Baha'i date might be visible
|
||||
(calendar-date-is-visible-p
|
||||
(setq date (calendar-gregorian-from-absolute
|
||||
|
|
Loading…
Add table
Reference in a new issue