From 85a9e6fe4a2eefec438da1d5363730692d1bd8d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Feb 1994 00:00:36 +0000 Subject: [PATCH] (appt-display-interval, appt-display-duration) (appt-message-warning-time): Use larger defaults. --- lisp/calendar/appt.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index e36a9ece197..02131a34add 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -125,7 +125,7 @@ To be detected, the diary entry must have the time as the first thing on a line.") ;;;###autoload -(defvar appt-message-warning-time 10 +(defvar appt-message-warning-time 12 "*Time in minutes before an appointment that the warning begins.") ;;;###autoload @@ -145,7 +145,7 @@ as the first thing on a line.") "*Non-nil means display appointment message in another window.") ;;;###autoload -(defvar appt-display-duration 5 +(defvar appt-display-duration 10 "*The number of seconds an appointment message is displayed.") ;;;###autoload @@ -162,7 +162,7 @@ The number before each time/message is the time in minutes from midnight.") (defconst max-time 1439 "11:59pm in minutes - number of minutes in a day minus 1.") -(defvar appt-display-interval 1 +(defvar appt-display-interval 3 "*Number of minutes to wait between checking the appointment list.") (defvar appt-buffer-name " *appt-buf*" -- 2.39.5