Function: eglot--glob-emit-range

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

Signature

(eglot--glob-emit-range ARG SELF NEXT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--glob-emit-range (arg self next)
  (when (eq ?! (aref arg 1)) (aset arg 1 ?^))
  `(,self () (re-search-forward ,(concat "\\=" arg)) (,next)))