Function: treemacs-current-button--inliner

treemacs-current-button--inliner is a function defined in treemacs-core-utils.el.

Signature

(treemacs-current-button--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-core-utils.el
;; Closure converted to defun by helpful.
(defun treemacs-current-button--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list '-some->
	  (list 'text-property-not-all
		(list 'line-beginning-position)
		(list 'line-end-position)
		(list 'quote 'button)
		nil)
	  (list 'copy-marker t))))