aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-28 19:53:18 -0800
committerGlenn Morris2011-02-28 19:53:18 -0800
commit5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299 (patch)
treecbc4caece5af725dd7be4f271ba23147cbe45599
parent82137b51352e31dde72cb20385b676de44742429 (diff)
downloademacs-5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299.tar.gz
emacs-5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299.zip
* lisp/calendar/cal-hebrew.el (diary-ordinal-suffix): Declare.
-rw-r--r--lisp/calendar/cal-hebrew.el1
1 files changed, 1 insertions, 0 deletions
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."
815 (format "Hebrew date (until sunset): %s" (calendar-hebrew-date-string date))) 815 (format "Hebrew date (until sunset): %s" (calendar-hebrew-date-string date)))
816 816
817(defvar entry) 817(defvar entry)
818(declare-function diary-ordinal-suffix "diary-lib" (n))
818 819
819;;;###diary-autoload 820;;;###diary-autoload
820(defun diary-hebrew-birthday (month day year &optional after-sunset) 821(defun diary-hebrew-birthday (month day year &optional after-sunset)