comparison lisp/calendar/appt.el @ 53562:8014694c2be8

(appt-issue-message): Mark as obsolete rather than deleting outright.
author Glenn Morris <rgm@gnu.org>
date Mon, 12 Jan 2004 00:57:00 +0000
parents 68254590be55
children 761988ba350d
comparison
equal deleted inserted replaced
53561:3e89773f1456 53562:8014694c2be8
75 ;;; Code: 75 ;;; Code:
76 76
77 ;; Make sure calendar is loaded when we compile this. 77 ;; Make sure calendar is loaded when we compile this.
78 (require 'calendar) 78 (require 'calendar)
79 79
80
81 ;;;###autoload
82 (defcustom appt-issue-message t
83 "*Non-nil means check for appointments in the diary buffer.
84 To be detected, the diary entry must have the format described in the
85 documentation of the function `appt-check'."
86 :type 'boolean
87 :group 'appt)
88
89 (make-obsolete-variable 'appt-issue-message
90 "use the function `appt-activate', and the \
91 variable `appt-display-format' instead." "21.4")
80 92
81 ;;;###autoload 93 ;;;###autoload
82 (defcustom appt-message-warning-time 12 94 (defcustom appt-message-warning-time 12
83 "*Time in minutes before an appointment that the warning begins." 95 "*Time in minutes before an appointment that the warning begins."
84 :type 'integer 96 :type 'integer