changeset 47247:1278169531f1

(table-command-prefix): Fix type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Thu, 05 Sep 2002 18:41:24 +0000
parents 89e300941ccd
children 9c12d7725697
files lisp/textmodes/table.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)