[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el |
Date: |
Sun, 31 Jul 2005 18:33:09 -0400 |
Index: emacs/lisp/textmodes/table.el
diff -c emacs/lisp/textmodes/table.el:1.18 emacs/lisp/textmodes/table.el:1.19
*** emacs/lisp/textmodes/table.el:1.18 Mon Jul 4 16:45:00 2005
--- emacs/lisp/textmodes/table.el Sun Jul 31 22:33:09 2005
***************
*** 843,851 ****
:type 'hook
:group 'table-hooks)
! (defcustom table-yank-handler '(nil nil t nil)
! "*yank-handler for table."
! :group 'table)
(setplist 'table-disable-incompatibility-warning nil)
--- 843,850 ----
:type 'hook
:group 'table-hooks)
! (defvar table-yank-handler '(nil nil t nil)
! "Yank handler for tables.")
(setplist 'table-disable-incompatibility-warning nil)