diff lisp/time.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents b928269daf24
children a7e02ef1e3d6 3ebd9bdb4fe5
line wrap: on
line diff
--- a/lisp/time.el	Tue Feb 08 23:51:31 2005 +0000
+++ b/lisp/time.el	Wed Feb 09 15:50:47 2005 +0000
@@ -131,7 +131,7 @@
 make the mail indicator stand out on a colour display."
   :group 'faces
   :group 'display-time
-  :version "21.4"
+  :version "22.1"
   :type '(choice (const :tag "None" nil) face))
 
 (defvar display-time-mail-icon
@@ -153,7 +153,7 @@
   "String to use as the mail indicator in `display-time-string-forms'.
 This can use the Unicode letter character if you can display it."
   :group 'display-time
-  :version "21.4"
+  :version "22.1"
   :type '(choice (const "Mail")
 		 ;; Use :tag here because the Lucid menu won't display
 		 ;; multibyte text.