]> git.eshelyaron.com Git - emacs.git/commit
Provide help when doing (shell-command "... &") on buffer collisions
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Apr 2022 13:48:29 +0000 (15:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Apr 2022 13:48:29 +0000 (15:48 +0200)
commitae3e3900a2aaf8cfb13bacbb31290726b23cc35f
treebec617ff9695230ee05fd067db410bb797ce0268
parent8ee21db4af0f1d3a11b943fa113201dd45e01784
Provide help when doing (shell-command "... &") on buffer collisions

* lisp/simple.el (shell-command--same-buffer-confirm): New
function (bug#13649).
(shell-command): Use it to provide fuller help.
lisp/simple.el