From 790f437cec1cc5002006ca352f6d791328919a40 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 5 Sep 2002 18:42:13 +0000 Subject: [PATCH] (table-command-prefix): Fix type. --- lisp/ChangeLog | 6 +++++- lisp/textmodes/table.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6417828ada..b09281ecdf4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-09-05 Markus Rost + + * textmodes/table.el (table-command-prefix): Fix type. + 2002-09-05 Andre Spiegel * vc-hooks.el Don't require vc.el at compile-time; it causes @@ -554,7 +558,7 @@ 2002-08-18 Richard M. Stallman - * table.el: New file. + * textmodes/table.el: New file. * font-core.el (font-lock-mode): Set change-major-mode-hook locally. diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 3390795bceb..1406089b2ed 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -672,7 +672,7 @@ height." (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) -- 2.39.2