Function: table--put-cell-keymap-property

table--put-cell-keymap-property is a byte-compiled function defined in table.el.gz.

Signature

(table--put-cell-keymap-property BEG END &optional OBJECT)

Documentation

Put cell keymap property.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-keymap-property (beg end &optional object)
  "Put cell keymap property."
  (put-text-property beg end 'keymap 'table-cell-map object))