From 5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 28 Feb 2011 19:53:18 -0800 Subject: [PATCH] * lisp/calendar/cal-hebrew.el (diary-ordinal-suffix): Declare. --- lisp/calendar/cal-hebrew.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 20b7d7cbc44..63e7484e127 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -815,6 +815,7 @@ from the cursor position." (format "Hebrew date (until sunset): %s" (calendar-hebrew-date-string date))) (defvar entry) +(declare-function diary-ordinal-suffix "diary-lib" (n)) ;;;###diary-autoload (defun diary-hebrew-birthday (month day year &optional after-sunset) -- 2.39.2