Function: table--put-cell-rear-nonsticky

table--put-cell-rear-nonsticky is a byte-compiled function defined in table.el.gz.

Signature

(table--put-cell-rear-nonsticky BEG END &optional OBJECT)

Documentation

Put rear-nonsticky property.

Source Code

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