diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-03 08:37:40 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-03 08:37:40 +0000 |
commit | b7b4e4d4d06fbb83716ab13238dee8caf53c9557 (patch) | |
tree | 1fb949bc03388b9001c93018e03699b038aa75ce /lisp/time.el | |
parent | d62d49df37d3609a53a39d647db4c5e974755b5a (diff) | |
download | emacs-b7b4e4d4d06fbb83716ab13238dee8caf53c9557.tar.gz |
(display-time-load-average-threshold): Fix defcustom (add type and group).
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 "\ |