Variable: cmpl-initialized-p
cmpl-initialized-p is a variable defined in completion.el.gz.
Value
nil
Documentation
Set to t when the completion system is initialized.
Indicates that the old completion file has been read in.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
;;---------------------------------------------------------------------------
;; Internal Variables
;;---------------------------------------------------------------------------
(defvar cmpl-initialized-p nil
"Set to t when the completion system is initialized.
Indicates that the old completion file has been read in.")