Variable: hide-ifdef-define-alist

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

Value

nil

Documentation

A global assoc list of pre-defined symbol lists.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
;;;  definition alist support
;; The old implementation that match symbol only to 't is now considered
;; obsolete.

(defvar hide-ifdef-define-alist nil
  "A global assoc list of pre-defined symbol lists.")