From 3c6b81d8713cffb7c387e5dc660eae4d3be0368f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 20 Jun 2006 19:30:36 +0000 Subject: [PATCH] (appt-display-format): Default value must be one of the customize options. --- lisp/calendar/appt.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 5c862ee6c29..29e6fe56b6e 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -136,7 +136,9 @@ of the (obsolete) variables `appt-msg-window' and `appt-visible'." :type '(choice (const :tag "Separate window" window) (const :tag "Echo-area" echo) - (const :tag "No visible display" nil)) + (const :tag "No visible display" nil) + (const :tag "Backwards compatibility setting - choose another value" + ignore)) :group 'appt :version "22.1") -- 2.39.5