]> git.eshelyaron.com Git - emacs.git/commit
Fix display of man pages after killing the 'man' process
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2020 07:15:07 +0000 (10:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2020 07:15:07 +0000 (10:15 +0300)
commiteaad6eac0018c2f3b35af7c522f9d02618918a3a
tree72f954ca12b84a36d8fab1d2060f64baaa638fdd
parent19064761ad2b17b13bdf3c8bd35e9ff58fe2e4fc
Fix display of man pages after killing the 'man' process

* lisp/man.el (Man-bgproc-filter, Man-bgproc-sentinel): Use
'buffer-live-p' instead of just testing the buffer's name.
(Bug#42160)
lisp/man.el