diff lisp/jit-lock.el @ 62531:c905fcf5e3d9

Specify missing group (and type, if simple) in defcustom.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 May 2005 19:06:19 +0000
parents 86d97731e558
children a30c3081abf5 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/jit-lock.el	Thu May 19 17:59:58 2005 +0000
+++ b/lisp/jit-lock.el	Thu May 19 19:06:19 2005 +0000
@@ -137,8 +137,9 @@
 
 (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."