Variable: completion--capf-safe-funs
completion--capf-safe-funs is a variable defined in minibuffer.el.gz.
Value
nil
Documentation
List of well-behaved functions found on completion-at-point-functions.
These are functions which return proper completion data rather than a completion function or god knows what else.
Source Code
;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defvar completion--capf-safe-funs nil
"List of well-behaved functions found on `completion-at-point-functions'.
These are functions which return proper completion data rather than
a completion function or god knows what else.")