changeset 71406:901e09680d63

(appt-display-format): Default value must be one of the customize options.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Jun 2006 19:30:36 +0000
parents 330971fc5282
children 869cafeb8289
files lisp/calendar/appt.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")