Variable: semantic-completion-collector-engine

semantic-completion-collector-engine is a variable defined in complete.el.gz.

Value

nil

Documentation

The tag collector for the current completion operation.

Value should be an object of a subclass of semantic-completion-engine-abstract.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
;;; ------------------------------------------------------------
;;; MINIBUFFER: Option Selection harnesses
;;
(defvar semantic-completion-collector-engine nil
  "The tag collector for the current completion operation.
Value should be an object of a subclass of
`semantic-completion-engine-abstract'.")