bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64311: [PATCH] Fix shell-dirtrack-mode showing up as enabled in unre


From: Vladimir Sedach
Subject: bug#64311: [PATCH] Fix shell-dirtrack-mode showing up as enabled in unrelated buffers
Date: Wed, 28 Jun 2023 10:43:35 -0600
User-agent: mu4e 1.4.15; emacs 28.2

Eli Zaretskii <eliz@gnu.org> writes:

> So if we make it also buffer-local, the problem is gone, no?

--8<---------------cut here---------------start------------->8---
(local-variable-if-set-p 'shell-dirtrackp)
t
--8<---------------cut here---------------end--------------->8---

shell-dirtrackp is already buffer-local. Aliased variables share that property.

--
Vladimir Sedach





reply via email to

[Prev in Thread] Current Thread [Next in Thread]