# HG changeset patch # User Glenn Morris # Date 1150831836 0 # Node ID 901e09680d63ca1f626072bcbc4d2f8fde669636 # Parent 330971fc5282a9a766f36b9c6e25a9b65d08beca (appt-display-format): Default value must be one of the customize options. diff -r 330971fc5282 -r 901e09680d63 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Tue Jun 20 19:30:22 2006 +0000 +++ b/lisp/calendar/appt.el Tue Jun 20 19:30:36 2006 +0000 @@ -136,7 +136,9 @@ :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")