diff lisp/calendar/appt.el @ 5714:9f37f85000d8

(appt-display-interval, appt-display-duration) (appt-message-warning-time): Use larger defaults.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Feb 1994 00:00:36 +0000
parents 139b23d6a97b
children 9a33af7247e2
line wrap: on
line diff
--- 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*"