Variable: forms-read-file-filter

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

Value

nil

Documentation

The name of a function that is called after reading the data file.

This can be used to change the contents of the file to something more suitable for forms processing.

Source Code

;; Defined in /usr/src/emacs/lisp/forms.el.gz
(defvar forms-read-file-filter nil
  "The name of a function that is called after reading the data file.
This can be used to change the contents of the file to something more
suitable for forms processing.")