Function: tq-queue-head-regexp
tq-queue-head-regexp is a byte-compiled function defined in tq.el.gz.
Signature
(tq-queue-head-regexp TQ)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/tq.el.gz
;; regexp: regular expression that matches the end of a response from
;; the process
(defun tq-queue-head-regexp (tq) (car (cdr (car (tq-queue tq)))))