Function: evil-ex-argument-handler-completer--inliner

evil-ex-argument-handler-completer--inliner is a function defined in evil-ex.el.

Signature

(evil-ex-argument-handler-completer--inliner INLINE--FORM X)

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-ex.el
;; Could not find source code, showing raw function object.
#[(inline--form x)
  ((ignore inline--form)
   (catch 'inline--just-use
     (let*
	 ((exp x)
	  (x (if (macroexp-copyable-p exp) exp (make-symbol "x")))
	  (body (list 'progn (list 'nth 1 x))))
       (if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
  (cl-struct-evil-ex-argument-handler-tags)]