diff options
| author | Glenn Morris | 2008-04-29 03:38:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-29 03:38:22 +0000 |
| commit | f6aafbed9022b53beea980ab5516bf930b467a37 (patch) | |
| tree | be90b6ddce097b4618df608f976623256b04c73c | |
| parent | bf9f6f0399b3c1ea36d7c79196b208be7b47658b (diff) | |
| download | emacs-f6aafbed9022b53beea980ab5516bf930b467a37.tar.gz emacs-f6aafbed9022b53beea980ab5516bf930b467a37.zip | |
(calendar-iso-from-absolute): Fix declaration.
| -rw-r--r-- | lisp/org/org-agenda.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 91391577f90..965d676c15c 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | (declare-function calendar-hebrew-date-string "cal-hebrew" (&optional date)) | 49 | (declare-function calendar-hebrew-date-string "cal-hebrew" (&optional date)) |
| 50 | (declare-function calendar-islamic-date-string "cal-islam" (&optional date)) | 50 | (declare-function calendar-islamic-date-string "cal-islam" (&optional date)) |
| 51 | (declare-function calendar-iso-date-string "cal-iso" (&optional date)) | 51 | (declare-function calendar-iso-date-string "cal-iso" (&optional date)) |
| 52 | (declare-function calendar-iso-from-absolute "cal-iso" (&optional date)) | 52 | (declare-function calendar-iso-from-absolute "cal-iso" (date)) |
| 53 | (declare-function calendar-julian-date-string "cal-julian" (&optional date)) | 53 | (declare-function calendar-julian-date-string "cal-julian" (&optional date)) |
| 54 | (declare-function calendar-mayan-date-string "cal-mayan" (&optional date)) | 54 | (declare-function calendar-mayan-date-string "cal-mayan" (&optional date)) |
| 55 | (declare-function calendar-persian-date-string "cal-persia" (&optional date)) | 55 | (declare-function calendar-persian-date-string "cal-persia" (&optional date)) |