Function: rx--translate-eval
rx--translate-eval is a byte-compiled function defined in rx.el.gz.
Signature
(rx--translate-eval BODY)
Documentation
Translate the eval form. Return (REGEXP . PRECEDENCE).
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/rx.el.gz
(defun rx--translate-eval (body)
"Translate the `eval' form. Return (REGEXP . PRECEDENCE)."
(rx--translate (rx--expand-eval body)))