]> git.eshelyaron.com Git - emacs.git/commit
Fix deferred display of async shell-command buffers
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 3 Feb 2018 21:22:51 +0000 (23:22 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 3 Feb 2018 21:22:51 +0000 (23:22 +0200)
commit699081f0516b057ce9319383b244a8e1e8e88516
tree74063067f86ad5756304ca4383efbc42eab63a85
parentd2d5e548244b598d5908ad24640aa7c676ece044
Fix deferred display of async shell-command buffers

* lisp/simple.el (shell-command): Display async shell buffer on
process output for every, not just first, command invocation.  Check
buffer liveness, not name, before displaying. (bug#30213, bug#30280)
lisp/simple.el