comparison lisp/textmodes/table.el @ 62531:c905fcf5e3d9

Specify missing group (and type, if simple) in defcustom.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 May 2005 19:06:19 +0000
parents 31aa9a390538
children ebbe0a507fe4 f042e7c0fe20
comparison
equal deleted inserted replaced
62530:eb9babbd0025 62531:c905fcf5e3d9
840 "*List of functions to be called after point left a table cell." 840 "*List of functions to be called after point left a table cell."
841 :type 'hook 841 :type 'hook
842 :group 'table-hooks) 842 :group 'table-hooks)
843 843
844 (defcustom table-yank-handler '(nil nil t nil) 844 (defcustom table-yank-handler '(nil nil t nil)
845 "*yank-handler for table.") 845 "*yank-handler for table."
846 :group 'table)
846 847
847 (setplist 'table-disable-incompatibility-warning nil) 848 (setplist 'table-disable-incompatibility-warning nil)
848 849
849 (defvar table-disable-menu (null (and (locate-library "easymenu") 850 (defvar table-disable-menu (null (and (locate-library "easymenu")
850 (require 'easymenu) 851 (require 'easymenu)