>From bac7910464bf27cf63c541f85f3fd3ee6cf30e38 Mon Sep 17 00:00:00 2001 From: Ivan Kanis Date: Thu, 24 Mar 2011 18:56:14 +0100 Subject: [PATCH 05/13] appt-issue-message is obsolete so don't use it anymore --- appt.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/appt.el b/appt.el index 9531797..8cb011f 100644 --- a/appt.el +++ b/appt.el @@ -322,7 +322,7 @@ displayed in a window: ;; If there are entries in the list, and the user wants a ;; message issued, get the first time off of the list and ;; calculate the number of minutes until the appointment. - (when (and appt-issue-message appt-time-msg-list) + (when appt-time-msg-list (setq appt-comp-time (caar (car appt-time-msg-list)) appt-warn-time (or (nth 3 (car appt-time-msg-list)) appt-message-warning-time) -- 1.7.1