Function: table--put-cell-point-entered/left-property
table--put-cell-point-entered/left-property is a byte-compiled
function defined in table.el.gz.
Signature
(table--put-cell-point-entered/left-property BEG END &optional OBJECT)
Documentation
Put point-entered/left property.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-point-entered/left-property (beg end &optional object)
"Put point-entered/left property."
(put-text-property beg end 'cursor-sensor-functions
'(table--point-entered/left-cell-function) object))