]> git.eshelyaron.com Git - emacs.git/commitdiff
(table-yank-handler): Change defcustom to defvar.
authorKim F. Storm <storm@cua.dk>
Sun, 31 Jul 2005 22:33:09 +0000 (22:33 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 31 Jul 2005 22:33:09 +0000 (22:33 +0000)
lisp/textmodes/table.el

index 293df6d9c523c275c70c1ea678f9b53f21be73a5..4b6e305922b09202ad00e82de66ace5c0f8967ee 100644 (file)
@@ -843,9 +843,8 @@ simply by any key input."
   :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)