diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
commit | f53077821077bbb41e1d8ee4741f8572bd9950d8 (patch) | |
tree | 52c273d666f33fd8c205b7a6b7c28eacb296f156 /lisp/jit-lock.el | |
parent | 93c8c9cd7d48e5142808c444ba4d637f1ef45d77 (diff) | |
download | emacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.tar.gz |
Specify missing group (and type, if simple) in defcustom.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 100eb6076db..b34e26f74d4 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -137,8 +137,9 @@ The value of this variable is used when JIT Lock mode is turned on." (defcustom jit-lock-context-time 0.5 "Idle time after which text is contextually refontified, if applicable." - :type '(number :tag "seconds")) - + :type '(number :tag "seconds") + :group 'jit-lock) + (defcustom jit-lock-defer-time nil ;; 0.25 "Idle time after which deferred fontification should take place. If nil, fontification is not deferred." |