]> git.eshelyaron.com Git - emacs.git/commit
Define explicit-shell-file-name only in shell.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 17 Apr 2020 09:27:36 +0000 (10:27 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 3 Dec 2020 17:25:04 +0000 (17:25 +0000)
commit6ecec6096697729491ba141e7650ad69de5f034e
tree74a3a028a59db0d94cc62d2df77edeb9539164eb
parent55300e6cdc9b33b52cf17fe64a8ffbb6dce7ae8f
Define explicit-shell-file-name only in shell.el

For discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2020-04/msg00880.html

* doc/emacs/cmdargs.texi (General Variables): Mention
shell-file-name in relation to SHELL.
* doc/emacs/misc.texi (Interactive Shell): Move index entry for
SHELL environment variable from here, where it is not mentioned...
(Single Shell): ...to here, where it is discussed along with
shell-file-name.
* lisp/dired.el (dired-insert-directory): Use shell-file-name
instead of explicit-shell-file-name when a shell is implicitly
requested.
* lisp/obsolete/terminal.el (explicit-shell-file-name):
* lisp/term.el (explicit-shell-file-name): Remove duplicate
defcustoms and load lisp/shell.el instead.  (Bug#40679)
* lisp/shell.el (explicit-shell-file-name): Clarify docstring.
(shell): Simplify.
doc/emacs/cmdargs.texi
doc/emacs/misc.texi
lisp/dired.el
lisp/obsolete/terminal.el
lisp/shell.el
lisp/term.el