diff options
| author | Glenn Morris | 2008-03-31 16:24:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-31 16:24:12 +0000 |
| commit | 5882b6bbf699b472d96dd2b479d3b20e6771b65b (patch) | |
| tree | da85a2675706fbe407c1db234b3dd70b6f597690 | |
| parent | 618c03c1ba7e2773e6cb98d743a9f86f4f2c6db2 (diff) | |
| download | emacs-5882b6bbf699b472d96dd2b479d3b20e6771b65b.tar.gz emacs-5882b6bbf699b472d96dd2b479d3b20e6771b65b.zip | |
(diary-bahai-mark-entries): Fix argument order in call to diary-mark-entries-1.
| -rw-r--r-- | lisp/calendar/cal-bahai.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 0d302a6c25b..4674ad97a20 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -267,10 +267,10 @@ passed to `mark-visible-calendar-date' as MARK." | |||
| 267 | "Mark days in the calendar window that have Bahá'í date diary entries. | 267 | "Mark days in the calendar window that have Bahá'í date diary entries. |
| 268 | Marks each entry in `diary-file' (or included files) visible in the calendar | 268 | Marks each entry in `diary-file' (or included files) visible in the calendar |
| 269 | window. See `diary-bahai-list-entries' for more information." | 269 | window. See `diary-bahai-list-entries' for more information." |
| 270 | (diary-mark-entries-1 calendar-bahai-month-name-array | 270 | (diary-mark-entries-1 'calendar-bahai-mark-date-pattern |
| 271 | calendar-bahai-month-name-array | ||
| 271 | bahai-diary-entry-symbol | 272 | bahai-diary-entry-symbol |
| 272 | 'calendar-bahai-from-absolute | 273 | 'calendar-bahai-from-absolute)) |
| 273 | 'calendar-bahai-mark-date-pattern)) | ||
| 274 | 274 | ||
| 275 | (define-obsolete-function-alias | 275 | (define-obsolete-function-alias |
| 276 | 'mark-bahai-diary-entries 'diary-bahai-mark-entries "23.1") | 276 | 'mark-bahai-diary-entries 'diary-bahai-mark-entries "23.1") |