diff options
| author | Kim F. Storm | 2005-07-31 22:33:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-31 22:33:09 +0000 |
| commit | 273681e1504b6791c129d256c50c94510e2f9631 (patch) | |
| tree | 5ee21f93c7dcec350ca695b038b4293a58c2185c | |
| parent | b68eddb4fd1134511f0f0563273c5cb0a4d36783 (diff) | |
| download | emacs-273681e1504b6791c129d256c50c94510e2f9631.tar.gz emacs-273681e1504b6791c129d256c50c94510e2f9631.zip | |
(table-yank-handler): Change defcustom to defvar.
| -rw-r--r-- | lisp/textmodes/table.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 293df6d9c52..4b6e305922b 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -843,9 +843,8 @@ simply by any key input." | |||
| 843 | :type 'hook | 843 | :type 'hook |
| 844 | :group 'table-hooks) | 844 | :group 'table-hooks) |
| 845 | 845 | ||
| 846 | (defcustom table-yank-handler '(nil nil t nil) | 846 | (defvar table-yank-handler '(nil nil t nil) |
| 847 | "*yank-handler for table." | 847 | "Yank handler for tables.") |
| 848 | :group 'table) | ||
| 849 | 848 | ||
| 850 | (setplist 'table-disable-incompatibility-warning nil) | 849 | (setplist 'table-disable-incompatibility-warning nil) |
| 851 | 850 | ||