Variable: projectile-session--closing-tab
projectile-session--closing-tab is a variable defined in
projectile.el.
Value
nil
Documentation
A project tab currently being closed, or nil.
Bound while re-simplifying survivor names from
projectile-session--on-tab-close (the pre-close hook, where the closing
tab is still present in the tab list) so projectile-session--project-tabs
omits it and its name no longer counts as a clash.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-session--closing-tab nil
"A project tab currently being closed, or nil.
Bound while re-simplifying survivor names from
`projectile-session--on-tab-close' (the pre-close hook, where the closing
tab is still present in the tab list) so `projectile-session--project-tabs'
omits it and its name no longer counts as a clash.")