emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
Date: Thu, 05 Sep 2002 14:41:25 -0400

Index: emacs/lisp/textmodes/table.el
diff -c emacs/lisp/textmodes/table.el:1.1 emacs/lisp/textmodes/table.el:1.2
*** emacs/lisp/textmodes/table.el:1.1   Sun Aug 18 20:56:34 2002
--- emacs/lisp/textmodes/table.el       Thu Sep  5 14:41:24 2002
***************
*** 672,678 ****
  
  (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))
    :tag "Table Command Prefix"
    :group 'table)
  
--- 672,678 ----
  
  (defcustom table-command-prefix [(control c) (control c)]
    "*Key sequence to be used as prefix for table command key bindings."
!   :type '(vector (repeat :inline t sexp))
    :tag "Table Command Prefix"
    :group 'table)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]