+2002-09-05 Markus Rost <rost@math.ohio-state.edu>
+
+ * textmodes/table.el (table-command-prefix): Fix type.
+
2002-09-05 Andre Spiegel <spiegel@gnu.org>
* vc-hooks.el Don't require vc.el at compile-time; it causes
2002-08-18 Richard M. Stallman <rms@gnu.org>
- * table.el: New file.
+ * textmodes/table.el: New file.
* font-core.el (font-lock-mode): Set change-major-mode-hook locally.
(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)