diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-28 19:53:18 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-28 19:53:18 -0800 |
commit | 5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299 (patch) | |
tree | cbc4caece5af725dd7be4f271ba23147cbe45599 /lisp/calendar/cal-hebrew.el | |
parent | 82137b51352e31dde72cb20385b676de44742429 (diff) | |
download | emacs-5e7a95b0f5dc379ce5cde3a0466f1c3cc6f19299.tar.gz |
* lisp/calendar/cal-hebrew.el (diary-ordinal-suffix): Declare.
Diffstat (limited to 'lisp/calendar/cal-hebrew.el')
-rw-r--r-- | lisp/calendar/cal-hebrew.el | 1 |
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." (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) |