Function: eglot--dumb-allc

eglot--dumb-allc is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot--dumb-allc PAT TABLE PRED POINT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--dumb-allc (pat table pred point)
  (funcall table (substring pat 0 point) pred t))