Function: treemacs--prev-project-pos--inliner
treemacs--prev-project-pos--inliner is a function defined in
treemacs-workspaces.el.
Signature
(treemacs--prev-project-pos--inliner INLINE--FORM)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
;; Closure converted to defun by helpful.
(defun treemacs--prev-project-pos--inliner
(inline--form)
(ignore inline--form)
(catch 'inline--just-use
(list 'previous-single-char-property-change
(list 'line-beginning-position)
:project)))