Variable: hide-ifdef-evaluator

hide-ifdef-evaluator is a variable defined in hideif.el.gz.

Value

hif-eval

Documentation

The function to use to evaluate a form.

The evaluator is given a canonical form and returns t if text under that form should be displayed.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
;; It is not useful to set this to anything but `eval'.
;; In fact, the variable might as well be eliminated.
(defvar hide-ifdef-evaluator #'hif-eval
  "The function to use to evaluate a form.
The evaluator is given a canonical form and returns t if text under
that form should be displayed.")