Function: treemacs--button-at--inliner

treemacs--button-at--inliner is a function defined in treemacs-rendering.el.

Signature

(treemacs--button-at--inliner INLINE--FORM POS)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-rendering.el
;; Could not find source code, showing raw function object.
#[(inline--form pos)
  ((ignore inline--form)
   (catch 'inline--just-use
     (let*
	 ((exp pos)
	  (pos (if (macroexp-copyable-p exp) exp (make-symbol "pos")))
	  (body (list 'copy-marker pos t)))
       (if (eq pos exp) body
	 (macroexp-let* (list (list pos exp)) body)))))
  (t)]