Function: completion-preview--inhibit-update

completion-preview--inhibit-update is a byte-compiled function defined in completion-preview.el.gz.

Signature

(completion-preview--inhibit-update)

Documentation

Inhibit updating the completion preview following this command.

Source Code

;; Defined in /usr/src/emacs/lisp/completion-preview.el.gz
(defsubst completion-preview--inhibit-update ()
  "Inhibit updating the completion preview following this command."
  (setq completion-preview--inhibit-update-p t))