Function: eglot--glob-emit-self

eglot--glob-emit-self is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot--glob-emit-self TEXT SELF NEXT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--glob-emit-self (text self next)
  `(,self () (re-search-forward ,(concat "\\=" (regexp-quote text))) (,next)))