Function: treemacs--forget-previously-follow-tag-btn
treemacs--forget-previously-follow-tag-btn is a byte-compiled function
defined in treemacs-tag-follow-mode.el.
Signature
(treemacs--forget-previously-follow-tag-btn)
Documentation
Forget the previously followed button when treemacs is killed or rebuilt.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-tag-follow-mode.el
(define-inline treemacs--forget-previously-follow-tag-btn ()
"Forget the previously followed button when treemacs is killed or rebuilt."
(inline-quote (setq treemacs--previously-followed-tag-position nil)))