# HG changeset patch # User Richard M. Stallman # Date 760060836 0 # Node ID 9f37f85000d8eb1f34bdcb9f9595cfa3ff7a200e # Parent 76d9b1408e5c2128369670fcb8730ba858694d92 (appt-display-interval, appt-display-duration) (appt-message-warning-time): Use larger defaults. diff -r 76d9b1408e5c -r 9f37f85000d8 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Mon Jan 31 23:57:52 1994 +0000 +++ b/lisp/calendar/appt.el Tue Feb 01 00:00:36 1994 +0000 @@ -125,7 +125,7 @@ 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 @@ "*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 @@ (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*"