Function: ht-remove!--inliner

ht-remove!--inliner is a function defined in ht.el.

Signature

(ht-remove!--inliner INLINE--FORM TABLE KEY)

Source Code

;; Defined in ~/.emacs.d/elpa/ht-20230703.558/ht.el
;; Could not find source code, showing raw function object.
#[(inline--form table key)
  ((ignore inline--form)
   (catch 'inline--just-use (list 'remhash key table)))
  (t)]