aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-05-26 01:27:45 +0000
committerGlenn Morris2008-05-26 01:27:45 +0000
commitb4cb42a4d84e45b2c7140568be62a3c38c247432 (patch)
tree825415926a0948740c7bd37590805d3d167f782e
parent53485d408a01d58eae1860035ea0c08d297fbbcc (diff)
downloademacs-b4cb42a4d84e45b2c7140568be62a3c38c247432.tar.gz
emacs-b4cb42a4d84e45b2c7140568be62a3c38c247432.zip
(diary-ordinal-suffix): Declare for compiler.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/cal-hebrew.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f62ce80b1c..62a777fee6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-05-26 Glenn Morris <rgm@gnu.org>
2
3 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
4
12008-05-25 John Paul Wallington <jpw@pobox.com> 52008-05-25 John Paul Wallington <jpw@pobox.com>
2 6
3 * proced.el (proced-next-line, proced-previous-line): Avoid 7 * 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."
833 833
834(autoload 'diary-make-date "diary-lib") 834(autoload 'diary-make-date "diary-lib")
835 835
836(declare-function diary-ordinal-suffix "diary-lib" (n))
837
836;;;###diary-autoload 838;;;###diary-autoload
837(defun diary-hebrew-yahrzeit (death-month death-day death-year &optional mark) 839(defun diary-hebrew-yahrzeit (death-month death-day death-year &optional mark)
838 "Yahrzeit diary entry--entry applies if date is Yahrzeit or the day before. 840 "Yahrzeit diary entry--entry applies if date is Yahrzeit or the day before.