emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/time.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/time.el
Date: Wed, 09 Feb 2005 10:52:48 -0500

Index: emacs/lisp/time.el
diff -c emacs/lisp/time.el:1.81 emacs/lisp/time.el:1.82
*** emacs/lisp/time.el:1.81     Tue Mar 23 07:41:38 2004
--- emacs/lisp/time.el  Wed Feb  9 15:50:40 2005
***************
*** 131,137 ****
  make the mail indicator stand out on a colour display."
    :group 'faces
    :group 'display-time
!   :version "21.4"
    :type '(choice (const :tag "None" nil) face))
  
  (defvar display-time-mail-icon
--- 131,137 ----
  make the mail indicator stand out on a colour display."
    :group 'faces
    :group 'display-time
!   :version "22.1"
    :type '(choice (const :tag "None" nil) face))
  
  (defvar display-time-mail-icon
***************
*** 153,159 ****
    "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"
    :type '(choice (const "Mail")
                 ;; Use :tag here because the Lucid menu won't display
                 ;; multibyte text.
--- 153,159 ----
    "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 "22.1"
    :type '(choice (const "Mail")
                 ;; Use :tag here because the Lucid menu won't display
                 ;; multibyte text.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]