Variable: forms-fields
forms-fields is a variable defined in forms.el.gz.
Value
nil
Documentation
List with fields of the current forms. First field has number 1.
This variable is for use by the filter routines only. The contents may NOT be modified.
Source Code
;; Defined in /usr/src/emacs/lisp/forms.el.gz
(defvar forms-fields nil
"List with fields of the current forms. First field has number 1.
This variable is for use by the filter routines only.
The contents may NOT be modified.")