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