Function: inline--letlisteval

inline--letlisteval is a macro defined in inline.el.gz.

Signature

(inline--letlisteval LIST &rest BODY)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/inline.el.gz
(defmacro inline--letlisteval (_list &rest _body)
  (declare (indent 1) (debug (sexp body)))
  ;; BEWARE: if we're here it's presumably via macro-expansion of
  ;; inline-letevals, so signal the error in terms of the user's code.
  (error "inline-letevals can only be used within define-inline"))