]> git.eshelyaron.com Git - emacs.git/commit
Fix last change to shell-command
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 5 Dec 2020 10:39:55 +0000 (10:39 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 5 Dec 2020 10:45:17 +0000 (10:45 +0000)
commite5a18efd3d96a942c6d6bdc04d0d431165f3138a
tree01984b222cfb5190a6cd1b4bfaccb81653103e3a
parentf254c8b5f3df13bdee246fd9217870fa74dceea6
Fix last change to shell-command

* lisp/simple.el: Specify comint-term-environment arglist in
function declaration.
(shell-command): Load shell.el before calling
comint-term-environment; otherwise it is undefined.  Allow
async-shell-command-width to take precedence over the COLUMNS value
returned by comint-term-environment.  (Bug#45034)
lisp/simple.el