]> git.eshelyaron.com Git - emacs.git/commit
Ibuffer: Detect correctly the buffers running a process
authorTino Calancha <tino.calancha@gmail.com>
Mon, 13 Aug 2018 10:22:49 +0000 (19:22 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 13 Aug 2018 10:22:49 +0000 (19:22 +0900)
commit12f7116714cf0cc3566ea2a5b1184c99cbfe7b90
tree66e166e27224e6af3af64328f682f72651e3f953
parent184229766f9c009119c986a255f2e9f7455c30af
Ibuffer: Detect correctly the buffers running a process

* lisp/ibuffer.el (filename-and-process): Store the process buffer
as a text property; check for such property to detect a buffer
with a process (Bug#32420).
lisp/ibuffer.el