Function: cape-wrap-nonexclusive

cape-wrap-nonexclusive is an autoloaded and byte-compiled function defined in cape.el.

Signature

(cape-wrap-nonexclusive CAPF)

Documentation

Call CAPF and ensure that it is marked as non-exclusive.

This function can be used as an advice around an existing Capf.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
;;;###autoload
(defun cape-wrap-nonexclusive (capf)
  "Call CAPF and ensure that it is marked as non-exclusive.
This function can be used as an advice around an existing Capf."
  (cape-wrap-properties capf :exclusive 'no))