]> git.eshelyaron.com Git - emacs.git/commit
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)
authorEric Skoglund <eric@pagefault.se>
Fri, 16 Mar 2018 13:49:56 +0000 (14:49 +0100)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 25 Mar 2018 15:20:20 +0000 (11:20 -0400)
commit1be6a21fd8b5ade67f7f69f964331aa570623683
tree6ff6e3406ebd0f99ffa8225b8edf4ebd1bd915de
parent1d47d777ef24c0be9153b0a1c8ba21918fa1025a
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)

* lisp/eshell/esh-proc.el (eshell/kill): Handle the argument parsing
and numeric conversion in function in order to parse -signal and
-SIGNALNAME correctly.
* doc/misc/eshell.texi (kill): Update docs to reflect new function
behaviour.
* etc/NEWS: Mention new eshell/kill behaviour.
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/esh-proc.el