diff lisp/textmodes/table.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 31aa9a390538
children ebbe0a507fe4 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/textmodes/table.el	Thu May 19 17:59:58 2005 +0000
+++ b/lisp/textmodes/table.el	Thu May 19 19:06:19 2005 +0000
@@ -842,7 +842,8 @@
   :group 'table-hooks)
 
 (defcustom table-yank-handler '(nil nil t nil)
-  "*yank-handler for table.")
+  "*yank-handler for table."
+  :group 'table)
 
 (setplist 'table-disable-incompatibility-warning nil)