Function: cape--accept-all-table

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

Signature

(cape--accept-all-table TABLE)

Documentation

Create completion TABLE which accepts all input.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defun cape--accept-all-table (table)
  "Create completion TABLE which accepts all input."
  (cape--wrapped-table cape--accept-all-table
    (or (eq action 'lambda))))