Mercurial > emacs
changeset 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 | 3e89773f1456 |
children | 110584d2405e |
files | lisp/calendar/appt.el |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Sun Jan 11 22:28:18 2004 +0000 +++ b/lisp/calendar/appt.el Mon Jan 12 00:57:00 2004 +0000 @@ -79,6 +79,18 @@ ;;;###autoload +(defcustom appt-issue-message t + "*Non-nil means check for appointments in the diary buffer. +To be detected, the diary entry must have the format described in the +documentation of the function `appt-check'." + :type 'boolean + :group 'appt) + +(make-obsolete-variable 'appt-issue-message + "use the function `appt-activate', and the \ +variable `appt-display-format' instead." "21.4") + +;;;###autoload (defcustom appt-message-warning-time 12 "*Time in minutes before an appointment that the warning begins." :type 'integer