diff options
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/appt.el | 8 | ||||
-rw-r--r-- | lisp/calendar/diary-lib.el | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 0c911ca8b7d..e6ff2868592 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -88,7 +88,7 @@ documentation of the function `appt-check'." (make-obsolete-variable 'appt-issue-message "use the function `appt-activate', and the \ -variable `appt-display-format' instead." "21.4") +variable `appt-display-format' instead." "22.1") ;;;###autoload (defcustom appt-message-warning-time 12 @@ -109,7 +109,7 @@ This variable is only relevant if `appt-msg-window' is nil." :type 'boolean :group 'appt) -(make-obsolete-variable 'appt-visible 'appt-display-format "21.4") +(make-obsolete-variable 'appt-visible 'appt-display-format "22.1") ;;;###autoload (defcustom appt-msg-window t @@ -118,7 +118,7 @@ If non-nil, this variable overrides `appt-visible'." :type 'boolean :group 'appt) -(make-obsolete-variable 'appt-msg-window 'appt-display-format "21.4") +(make-obsolete-variable 'appt-msg-window 'appt-display-format "22.1") ;; TODO - add popup. (defcustom appt-display-format 'ignore @@ -136,7 +136,7 @@ of the (obsolete) variables `appt-msg-window' and `appt-visible'." (const :tag "Echo-area" echo) (const :tag "No visible display" nil)) :group 'appt - :version "21.4") + :version "22.1") ;;;###autoload (defcustom appt-display-mode-line t diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 511f82f8f2f..ecbafd24430 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -282,7 +282,7 @@ search." The format of the header is specified by `diary-header-line-format'." :group 'diary :type 'boolean - :version "21.4") + :version "22.1") (defcustom diary-header-line-format '(:eval (calendar-string-spread @@ -295,7 +295,7 @@ before edit/copy" Only used if `diary-header-line-flag' is non-nil." :group 'diary :type 'sexp - :version "21.4") + :version "22.1") (defvar diary-saved-point) ; internal @@ -546,7 +546,7 @@ changing the variable `diary-include-string'." (defface diary-button-face '((((type pc) (class color)) (:foreground "lightblue"))) "Default face used for buttons." - :version "21.4" + :version "22.1" :group 'diary) (define-button-type 'diary-entry @@ -1938,7 +1938,7 @@ template following the rules above." :value-type (choice (string :tag "Template for entry") (function :tag "Unary function providing template"))) - :version "21.4" + :version "22.1" :group 'diary) |