Variable: forms-check-number-of-fields
forms-check-number-of-fields is a customizable variable defined in
forms.el.gz.
Value
t
Documentation
If non-nil, warn about records with wrong number of fields.
Source Code
;; Defined in /usr/src/emacs/lisp/forms.el.gz
;;; Optional variables with default values.
(defcustom forms-check-number-of-fields t
"If non-nil, warn about records with wrong number of fields."
:type 'boolean)