Variable: cmpl-completions-accepted-p

cmpl-completions-accepted-p is a variable defined in completion.el.gz.

Value

nil

Documentation

Set to t as soon as the first completion has been accepted.

Used to decide whether to save completions.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar cmpl-completions-accepted-p nil
  "Set to t as soon as the first completion has been accepted.
Used to decide whether to save completions.")