diff options
Diffstat (limited to 'lisp/calendar/appt.el')
| -rw-r--r-- | lisp/calendar/appt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index df8e28319e5..f12a51c3dc9 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -232,7 +232,7 @@ also calls `beep' for an audible reminder." | |||
| 232 | time string) | 232 | time string) |
| 233 | (wrong-type-argument | 233 | (wrong-type-argument |
| 234 | (if (not (listp mins)) | 234 | (if (not (listp mins)) |
| 235 | (signal (car err) (cdr err)) | 235 | (signal err) |
| 236 | (message "Argtype error in `appt-disp-window-function' - \ | 236 | (message "Argtype error in `appt-disp-window-function' - \ |
| 237 | update it for multiple appts?") | 237 | update it for multiple appts?") |
| 238 | ;; Fallback to just displaying the first appt, as we used to. | 238 | ;; Fallback to just displaying the first appt, as we used to. |