Function: cape--noninterruptible-table

cape--noninterruptible-table is a byte-compiled function defined in cape.el.

Signature

(cape--noninterruptible-table TABLE)

Documentation

Create non-interruptible completion TABLE.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defun cape--noninterruptible-table (table)
  "Create non-interruptible completion TABLE."
  (cape--wrapped-table cape--noninterruptible-table
    (let (throw-on-input))))