]> git.eshelyaron.com Git - emacs.git/commit
Use pop-to-buffer-same-window for shell
authorTheodor Thornhill <theo@thornhill.no>
Sun, 21 Mar 2021 07:02:28 +0000 (08:02 +0100)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 21 Mar 2021 12:40:32 +0000 (14:40 +0200)
commit70b64e0d040e9c57f1a489c9ebee553264033119
tree790aef4b4f9ff80656db8ff52658f66ed9f73bed
parent3cbf92323c544df516ac28da5e6eac9a241103c4
Use pop-to-buffer-same-window for shell

* lisp/progmodes/project.el (project-shell): Behave the same way as
'M-x project-eshell'.
* lisp/shell.el (shell): Behave the same way as 'M-x eshell'.
* etc/NEWS: Add news entry describing the change.
* lisp/tutorial.el: Use lexical-binding.
etc/NEWS
lisp/progmodes/project.el
lisp/shell.el