Variable: ebrowse--filters

ebrowse--filters is a variable defined in ebrowse.el.gz.

Value

nil

Documentation

Filter for display of public, protected, and private members.

This is a vector of three elements. An element nil means the corresponding members are not shown. Buffer-local in Ebrowse member buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defvar ebrowse--filters nil
  "Filter for display of public, protected, and private members.
This is a vector of three elements.  An element nil means the
corresponding members are not shown.
Buffer-local in Ebrowse member buffers.")