# HG changeset patch # User Markus Rost # Date 1031251284 0 # Node ID 1278169531f13f2d5cc2649afb99361eb74ba352 # Parent 89e300941ccdeff44e34bfd381fd9aebd597e4bb (table-command-prefix): Fix type. diff -r 89e300941ccd -r 1278169531f1 lisp/textmodes/table.el --- a/lisp/textmodes/table.el Thu Sep 05 12:44:05 2002 +0000 +++ b/lisp/textmodes/table.el Thu Sep 05 18:41:24 2002 +0000 @@ -672,7 +672,7 @@ (defcustom table-command-prefix [(control c) (control c)] "*Key sequence to be used as prefix for table command key bindings." - :type '((vector (list symbol) symbol)) + :type '(vector (repeat :inline t sexp)) :tag "Table Command Prefix" :group 'table)