Variable: table-cell-map-hook

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

Value

nil

Documentation

Normal hooks run when finishing construction of table-cell-map.

User can modify table-cell-map by adding custom functions here.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-cell-map-hook nil
  "Normal hooks run when finishing construction of `table-cell-map'.
User can modify `table-cell-map' by adding custom functions here."
  :tag "Cell Keymap Hooks"
  :type 'hook
  :group 'table-hooks)