Mercurial > emacs
changeset 64695:82f489b3958d
(table-yank-handler): Change defcustom to defvar.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 31 Jul 2005 22:33:09 +0000 |
parents | 737cccaeefe5 |
children | 829e05f2dcaf |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/table.el Sun Jul 31 22:32:12 2005 +0000 +++ b/lisp/textmodes/table.el Sun Jul 31 22:33:09 2005 +0000 @@ -843,9 +843,8 @@ :type 'hook :group 'table-hooks) -(defcustom table-yank-handler '(nil nil t nil) - "*yank-handler for table." - :group 'table) +(defvar table-yank-handler '(nil nil t nil) + "Yank handler for tables.") (setplist 'table-disable-incompatibility-warning nil)