Variable: table-load-hook

table-load-hook is a customizable variable defined in table.el.gz.

This variable is obsolete since 28.1; use with-eval-after-load instead.

Value

nil

Documentation

List of functions to be called after the table is first loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-load-hook nil
  "List of functions to be called after the table is first loaded."
  :type 'hook
  :group 'table-hooks)