Variable: table-inhibit-update

table-inhibit-update is a variable defined in table.el.gz.

Value

nil

Documentation

Non-nil inhibits implicit cell and cache updates.

It inhibits table-with-cache-buffer to update data in both directions, cell to cache and cache to cell.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defvar table-inhibit-update nil
  "Non-nil inhibits implicit cell and cache updates.
It inhibits `table-with-cache-buffer' to update data in both directions,
cell to cache and cache to cell.")