Variable: srecode-field-archive
srecode-field-archive is a variable defined in fields.el.gz.
Value
nil
Documentation
While inserting a set of fields, collect in this variable.
Once an insertion set is done, these fields will be activated.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/fields.el.gz
;;; Code:
(defvar srecode-field-archive nil
"While inserting a set of fields, collect in this variable.
Once an insertion set is done, these fields will be activated.")