From: Pavel Janík Date: Thu, 3 Jan 2002 08:37:40 +0000 (+0000) Subject: (display-time-load-average-threshold): Fix defcustom (add type and group). X-Git-Tag: ttn-vms-21-2-B4~17348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7b4e4d4d06fbb83716ab13238dee8caf53c9557;p=emacs.git (display-time-load-average-threshold): Fix defcustom (add type and group). --- diff --git a/lisp/time.el b/lisp/time.el index 5e4e4721e8f..851612da70d 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -63,7 +63,9 @@ past 15 minutes. The default is to display 1 minute load average." (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.") + "*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 "\