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
;; Closure converted to defun by helpful.
(defun ht-remove!--inliner
    (inline--form table key)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'remhash key table)))