diff lisp/emacs-lisp/testcover.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 71315b2afe5b
children c77bef56f877 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/emacs-lisp/testcover.el	Thu May 19 17:59:58 2005 +0000
+++ b/lisp/emacs-lisp/testcover.el	Thu May 19 19:06:19 2005 +0000
@@ -147,7 +147,8 @@
 (defcustom testcover-potentially-1value-functions
   '(add-hook and beep or remove-hook unless when)
   "Functions that are potentially 1-valued.  No brown splotch if actually
-1-valued, no error if actually multi-valued.")
+1-valued, no error if actually multi-valued."
+  :group 'testcover)
 
 (defface testcover-nohits-face
   '((t (:background "DeepPink2")))