Variable: table-inhibit-auto-fill-paragraph

table-inhibit-auto-fill-paragraph is a variable defined in table.el.gz.

Value

nil

Documentation

Non-nil inhibits auto fill paragraph when table-with-cache-buffer exits.

This is always set to nil at the entry to table-with-cache-buffer before executing body forms.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defvar table-inhibit-auto-fill-paragraph nil
  "Non-nil inhibits auto fill paragraph when `table-with-cache-buffer' exits.
This is always set to nil at the entry to `table-with-cache-buffer' before
executing body forms.")