diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/calendar/appt.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
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. |