Function: completion-preview-require-certain-commands

completion-preview-require-certain-commands is a byte-compiled function defined in completion-preview.el.gz.

Signature

(completion-preview-require-certain-commands)

Documentation

Check if this-command is one of completion-preview-commands.

Source Code

;; Defined in /usr/src/emacs/lisp/completion-preview.el.gz
(defsubst completion-preview-require-certain-commands ()
  "Check if `this-command' is one of `completion-preview-commands'."
  (memq this-command completion-preview-commands))