]> git.eshelyaron.com Git - emacs.git/commit
* lisp/shell.el (shell): Query shell file name from `interactive`
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 May 2022 13:14:40 +0000 (09:14 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 May 2022 13:14:40 +0000 (09:14 -0400)
commitf8b2a01a9eea84e374ec65bdfb0ddf31e486d374
tree33e3c8e3ea3083e2b05a39eb33241949ff31da33
parent8399c6a82127f3c6a2e5f781122567d27ae799f8
* lisp/shell.el (shell): Query shell file name from `interactive`

This avoids the use of the brittle `called-interactively-p`
and makes it easier to start a shell buffer running another shell than
your usual one.
lisp/shell.el