# HG changeset patch # User Pavel Jank # Date 1010047060 0 # Node ID 35eeafd85667aad31d56bea7cc3cb60f2b48d0e8 # Parent 84a510bb7ff6d5f7d6cab51ab32de5af09fddfc2 (display-time-load-average-threshold): Fix defcustom (add type and group). diff -r 84a510bb7ff6 -r 35eeafd85667 lisp/time.el --- a/lisp/time.el Thu Jan 03 06:52:30 2002 +0000 +++ b/lisp/time.el Thu Jan 03 08:37:40 2002 +0000 @@ -63,7 +63,9 @@ (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 "\