]> code.delx.au - gnu-emacs/commitdiff
(appt-display-format): Default value must be
authorGlenn Morris <rgm@gnu.org>
Tue, 20 Jun 2006 19:30:36 +0000 (19:30 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 20 Jun 2006 19:30:36 +0000 (19:30 +0000)
one of the customize options.

lisp/calendar/appt.el

index 5c862ee6c292023d7562f8a1b23b7b5cbf077b6d..29e6fe56b6ee765ac1c81ff4e7da5dbc4aa53f80 100644 (file)
@@ -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")