Variable: forms-write-file-filter

forms-write-file-filter is a variable defined in forms.el.gz.

Value

nil

Documentation

The name of a function that is called before writing the data file.

This can be used to undo the effects of form-read-file-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/forms.el.gz
(defvar forms-write-file-filter nil
  "The name of a function that is called before writing the data file.
This can be used to undo the effects of `form-read-file-hook'.")