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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/time.el
Date: Thu, 03 Jan 2002 03:37:40 -0500

Index: emacs/lisp/time.el
diff -c emacs/lisp/time.el:1.71 emacs/lisp/time.el:1.72
*** emacs/lisp/time.el:1.71     Sat Dec 22 04:15:44 2001
--- emacs/lisp/time.el  Thu Jan  3 03:37:40 2002
***************
*** 63,69 ****
  (defvar display-time-load-average display-time-default-load-average)
  
  (defcustom display-time-load-average-threshold 0.1
!   "*Load-average values below this value won't be shown in the mode line.")
  
  ;;;###autoload
  (defcustom display-time-day-and-date nil "\
--- 63,71 ----
  (defvar display-time-load-average display-time-default-load-average)
  
  (defcustom display-time-load-average-threshold 0.1
!   "*Load-average values below this value won't be shown in the mode line."
!   :type 'number
!   :group 'display-time)
  
  ;;;###autoload
  (defcustom display-time-day-and-date nil "\



reply via email to

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