Variable: ede-check-project-query-fcn

ede-check-project-query-fcn is a variable defined in ede.el.gz.

Value

y-or-n-p

Documentation

Function used to ask the user if they want to permit a project to load.

This is abstracted out so that tests can answer this question.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defvar ede-check-project-query-fcn 'y-or-n-p
  "Function used to ask the user if they want to permit a project to load.
This is abstracted out so that tests can answer this question.")