From b4cb42a4d84e45b2c7140568be62a3c38c247432 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 May 2008 01:27:45 +0000 Subject: [PATCH] (diary-ordinal-suffix): Declare for compiler. --- lisp/ChangeLog | 4 ++++ lisp/calendar/cal-hebrew.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f62ce80b1c..62a777fee6b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-05-26 Glenn Morris + + * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler. + 2008-05-25 John Paul Wallington * proced.el (proced-next-line, proced-previous-line): Avoid diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 260a6bd757a..5085f62e429 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -833,6 +833,8 @@ use when highlighting the day in the calendar." (autoload 'diary-make-date "diary-lib") +(declare-function diary-ordinal-suffix "diary-lib" (n)) + ;;;###diary-autoload (defun diary-hebrew-yahrzeit (death-month death-day death-year &optional mark) "Yahrzeit diary entry--entry applies if date is Yahrzeit or the day before. -- 2.39.2