Variable: hide-ifdef-env-backup

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

Value

nil

Documentation

This variable is a backup of the previously cleared hide-ifdef-env.

This backup prevents any accidental clearance of hide-ifdef-env by hif-clear-all-ifdef-defined.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defvar hide-ifdef-env-backup nil
  "This variable is a backup of the previously cleared `hide-ifdef-env'.
This backup prevents any accidental clearance of `hide-ifdef-env' by
`hif-clear-all-ifdef-defined'.")