From f3f89619cfc36a44879501af536f537f3e9a4478 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Aug 2008 20:28:41 +0000 Subject: [PATCH] (holiday-bahai): Fix previous change for Emacs 22. --- lisp/calendar/cal-bahai.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 08e9d5a7547..043a9d31ca9 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -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 -- 2.39.2