Function: hui-register-but-file--inliner
hui-register-but-file--inliner is a function defined in
hui-register.el.
Signature
(hui-register-but-file--inliner INLINE--FORM X)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-register.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 'or (list 'hui-register-but-p x)
(list 'signal
(list 'quote 'wrong-type-argument)
(list 'list
(list 'quote 'hui-register-but) x)))
(list 'aref x 2))))
(if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
(cl-struct-hui-register-but-tags)]